diff --git a/app/static/css/global.css b/app/static/css/global.css index 4151d54..f2a1466 100644 --- a/app/static/css/global.css +++ b/app/static/css/global.css @@ -5,6 +5,10 @@ @font-face { font-family: NotoSans; src: url(../fonts/noto_sans.ttf); } @font-face { font-family: Raleway; font-weight: 200; src: url(../fonts/raleway_200.ttf); } @font-face { font-family: Raleway; font-weight: 300; src: url(../fonts/raleway_300.ttf); } +@font-face { font-family: Cantarell; font-weight: normal; src: url(../fonts/Cantarell-Regular.otf); } +@font-face { font-family: Cantarell; font-weight: bold; src: url(../fonts/Cantarell-Bold.otf); } + + /* ALL diff --git a/app/static/fonts/Cantarell-Bold.otf b/app/static/fonts/Cantarell-Bold.otf new file mode 100644 index 0000000..260419e Binary files /dev/null and b/app/static/fonts/Cantarell-Bold.otf differ diff --git a/app/static/fonts/Cantarell-Regular.otf b/app/static/fonts/Cantarell-Regular.otf new file mode 100644 index 0000000..e668e6e Binary files /dev/null and b/app/static/fonts/Cantarell-Regular.otf differ