diff --git a/sass/_fonts.scss b/sass/_fonts.scss index 3f6abdd..5787bf0 100644 --- a/sass/_fonts.scss +++ b/sass/_fonts.scss @@ -1,4 +1,12 @@ @font-face { font-family: "roboto"; src: url(fonts/roboto-regular.ttf); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: "roboto"; + src: url(fonts/roboto-bold.ttf); + font-weight: bold; + font-style: normal; } diff --git a/static/fonts/roboto-bold.ttf b/static/fonts/roboto-bold.ttf new file mode 100644 index 0000000..d998cf5 Binary files /dev/null and b/static/fonts/roboto-bold.ttf differ