diff --git a/assets/fonts/grand-hotel.ttf b/assets/fonts/grand-hotel.ttf new file mode 100644 index 0000000..5851be9 Binary files /dev/null and b/assets/fonts/grand-hotel.ttf differ diff --git a/assets/fonts/lato-bold.ttf b/assets/fonts/lato-bold.ttf new file mode 100644 index 0000000..ca5113e Binary files /dev/null and b/assets/fonts/lato-bold.ttf differ diff --git a/assets/fonts/lato-regular.ttf b/assets/fonts/lato-regular.ttf new file mode 100644 index 0000000..ec1ed55 Binary files /dev/null and b/assets/fonts/lato-regular.ttf differ diff --git a/assets/fonts/yanone-kaffeesatz-light.ttf b/assets/fonts/yanone-kaffeesatz-light.ttf new file mode 100644 index 0000000..e74f612 Binary files /dev/null and b/assets/fonts/yanone-kaffeesatz-light.ttf differ diff --git a/assets/fonts/yanone-kaffeesatz-regular.ttf b/assets/fonts/yanone-kaffeesatz-regular.ttf new file mode 100644 index 0000000..164b169 Binary files /dev/null and b/assets/fonts/yanone-kaffeesatz-regular.ttf differ diff --git a/styles.css b/styles.css index 8d626b8..63674c7 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,38 @@ -@import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Lato:wght@400;700&family=Yanone+Kaffeesatz:wght@300;400&display=swap"); +@font-face { + font-family: "Grand Hotel"; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("/assets/fonts/grand-hotel.ttf") format("truetype"); +} +@font-face { + font-family: Lato; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("/assets/fonts/lato-regular.ttf") format("truetype"); +} +@font-face { + font-family: Lato; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("/assets/fonts/lato-bold.ttf") format("truetype"); +} +@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"); +} +@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"); +} :root { --blue: #287abd; --ink: #292929;