diff --git a/sass/style.scss b/sass/style.scss index 2ad86d3..b680508 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,11 @@ +@font-face { + font-family: merriweather; + src: url(/fonts/merriweather-regular.ttf); +} + body { padding: 0; + font-family: merriweather, serif; } header { diff --git a/static/fonts/merriweather-regular.ttf b/static/fonts/merriweather-regular.ttf new file mode 100644 index 0000000..18da9e5 Binary files /dev/null and b/static/fonts/merriweather-regular.ttf differ