diff --git a/assets/css/index.css b/assets/css/index.css index 25e8425..03a1dde 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -4,11 +4,16 @@ src: url(/assets/fonts/Roboto-Regular.ttf) } +@font-face { + font-family: overpass; + src: url(/assets/fonts/OpenSans-Regular.ttf) +} + /* Element styling */ html { background-color: #212121; color: #ffffff; - font-family: Roboto; + font-family: Overpass; } footer { @@ -16,6 +21,7 @@ footer { } h1, h2, h3 { + font-family: Roboto; margin-bottom: 2px; } diff --git a/assets/fonts/OpenSans-Regular.ttf b/assets/fonts/OpenSans-Regular.ttf new file mode 100644 index 0000000..29bfd35 Binary files /dev/null and b/assets/fonts/OpenSans-Regular.ttf differ