diff --git a/templates/fnt/RobotoSlab-Black.ttf b/templates/fnt/RobotoSlab-Black.ttf new file mode 100644 index 0000000..024b7b7 Binary files /dev/null and b/templates/fnt/RobotoSlab-Black.ttf differ diff --git a/templates/fnt/RobotoSlab-Light.ttf b/templates/fnt/RobotoSlab-Light.ttf new file mode 100644 index 0000000..b12a3ac Binary files /dev/null and b/templates/fnt/RobotoSlab-Light.ttf differ diff --git a/templates/style.css b/templates/style.css index 866be99..a1de0d8 100644 --- a/templates/style.css +++ b/templates/style.css @@ -2,12 +2,23 @@ --width: 1200px; } +@font-face { + font-family: "roboto-black"; + src: url(fnt/RobotoSlab-Black.ttf); +} +@font-face { + font-family: "roboto-light"; + src: url(fnt/RobotoSlab-Light.ttf); +} + html { scroll-behavior: smooth } body { margin: 0; line-height: 1.5; + font-family: "roboto-light"; + min-height: 100vh; width: 100vw; color: #edfbff; @@ -68,6 +79,7 @@ main { } main h1 { font-size: 6em; + font-family: "roboto-black"; margin: .2em; } main hr {