Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b52eecdd1c | ||
|
|
dc18f437ae |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6
-6
@@ -2,36 +2,36 @@
|
||||
font-family: "Grand Hotel";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/grand-hotel.ttf") format("truetype");
|
||||
font-display: optional;
|
||||
src: url("/assets/fonts/grand-hotel.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/lato-regular.ttf") format("truetype");
|
||||
src: url("/assets/fonts/lato-regular.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/lato-bold.ttf") format("truetype");
|
||||
src: url("/assets/fonts/lato-bold.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Yanone Kaffeesatz";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/yanone-kaffeesatz-light.ttf") format("truetype");
|
||||
src: url("/assets/fonts/yanone-kaffeesatz-light.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Yanone Kaffeesatz";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("/assets/fonts/yanone-kaffeesatz-regular.ttf") format("truetype");
|
||||
src: url("/assets/fonts/yanone-kaffeesatz-regular.woff2") format("woff2");
|
||||
}
|
||||
:root {
|
||||
--blue: #287abd;
|
||||
|
||||
Reference in New Issue
Block a user