diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:44:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:44:33 +0100 |
commit | 50c7d5b46a9e25390ab4c4ff5dcb944a12df2bef (patch) | |
tree | 56ef9cf45c8761fbdcc28bb4b6aca872e238c3c4 /pyblackbird_cc/static | |
parent | 60791115c387b42f3f86cb07786eaf22889239bd (diff) |
Adding Lato fonts (files) but switching to Helvetica for now.
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 20 | ||||
-rw-r--r-- | pyblackbird_cc/static/fonts/Lato-Italic.ttf | bin | 0 -> 75792 bytes | |||
-rw-r--r-- | pyblackbird_cc/static/fonts/Lato-Regular.ttf | bin | 0 -> 75152 bytes |
3 files changed, 15 insertions, 5 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 3cd7f74..45cc949 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -7,7 +7,7 @@ } * { - font-family: 'Lato', Helvetica, Arial, sans-serif; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /*margin: 0;*/ /*padding: 0;*/ } @@ -19,15 +19,25 @@ } @font-face { - font-family: 'Franklin'; - src: url(../fonts/LibreFranklin-VariableFont_wght.ttf); + font-family: 'Lato'; + src: url(../fonts/Lato-Regular.ttf); } @font-face { - font-family: 'Franklin-Italic'; - src: url(../fonts/LibreFranklin-Italic.ttf); + font-family: 'Lato-Italic'; + src: url(../fonts/Lato-Italic.ttf); } +/*@font-face {*/ +/* font-family: 'Franklin';*/ +/* src: url(../fonts/LibreFranklin-VariableFont_wght.ttf);*/ +/*}*/ + +/*@font-face {*/ +/* font-family: 'Franklin-Italic';*/ +/* src: url(../fonts/LibreFranklin-Italic.ttf);*/ +/*}*/ + /*body {*/ /* background-color: #eee;*/ /*}*/ diff --git a/pyblackbird_cc/static/fonts/Lato-Italic.ttf b/pyblackbird_cc/static/fonts/Lato-Italic.ttf Binary files differnew file mode 100644 index 0000000..0d0f69e --- /dev/null +++ b/pyblackbird_cc/static/fonts/Lato-Italic.ttf diff --git a/pyblackbird_cc/static/fonts/Lato-Regular.ttf b/pyblackbird_cc/static/fonts/Lato-Regular.ttf Binary files differnew file mode 100644 index 0000000..bb2e887 --- /dev/null +++ b/pyblackbird_cc/static/fonts/Lato-Regular.ttf |