aewfrq
This commit is contained in:
parent
43d31bfa10
commit
f609b43bc2
@ -10,73 +10,78 @@
|
||||
/>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Regular.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Regular.ttf') format('truetype');
|
||||
font-family: "Cinzel Decorative";
|
||||
src:
|
||||
url("/fonts/CinzelDecorative-Regular.woff2") format("woff2"),
|
||||
url("/fonts/CinzelDecorative-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Bold.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Bold.ttf') format('truetype');
|
||||
font-family: "Cinzel Decorative";
|
||||
src:
|
||||
url("/fonts/CinzelDecorative-Bold.woff2") format("woff2"),
|
||||
url("/fonts/CinzelDecorative-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Black.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Black.ttf') format('truetype');
|
||||
font-family: "Cinzel Decorative";
|
||||
src:
|
||||
url("/fonts/CinzelDecorative-Black.woff2") format("woff2"),
|
||||
url("/fonts/CinzelDecorative-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Regular.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Medium.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-SemiBold.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Bold.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-ExtraBold.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-ExtraBold.ttf") format("truetype");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Black.ttf') format('truetype');
|
||||
font-family: "Cinzel";
|
||||
src: url("/fonts/Cinzel-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Tangerine';
|
||||
src: url('/fonts/Tangerine-Regular.woff2') format('woff2'),
|
||||
url('/fonts/Tangerine-Regular.ttf') format('truetype');
|
||||
font-family: "Tangerine";
|
||||
src:
|
||||
url("/fonts/Tangerine-Regular.woff2") format("woff2"),
|
||||
url("/fonts/Tangerine-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Tangerine';
|
||||
src: url('/fonts/Tangerine-Bold.woff2') format('woff2'),
|
||||
url('/fonts/Tangerine-Bold.ttf') format('truetype');
|
||||
font-family: "Tangerine";
|
||||
src:
|
||||
url("/fonts/Tangerine-Bold.woff2") format("woff2"),
|
||||
url("/fonts/Tangerine-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -690,7 +695,7 @@
|
||||
alt=""
|
||||
onerror="this.style.display = 'none'"
|
||||
/>
|
||||
<span class="qm-slot-label">Glücksbox</span>
|
||||
<span class="qm-slot-label">Kartendeck</span>
|
||||
</div>
|
||||
|
||||
<div class="qm-slot" data-popup="qm-popup-events">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user