diff options
-rw-r--r-- | TODO.md | 15 | ||||
-rw-r--r-- | static/fonts.css | 10 | ||||
-rw-r--r-- | static/fonts/terminal-grotesque.woff | bin | 0 -> 35360 bytes | |||
-rw-r--r-- | static/fonts/terminal-grotesque.woff2 | bin | 0 -> 27872 bytes |
4 files changed, 23 insertions, 2 deletions
@@ -6,13 +6,24 @@ [ ] multiple tag UI [x] poetry [x] remove skweets widget -[ ] make font smaller +[x] make font smaller [x] fix blos.sm badge -[ ] fix update font +[x] fix update font [ ] localisation + [ ] landing page for blos.sm [ ] opengraph [ ] more badges + [ ] harbor valorant + [ ] update serving https badges better thumb LOL +[ ] fun stuff + [ ] links i like + [ ] badges i created + [ ] skinnymoji url [ ] site translations +[ ] credits +[ ] latest video from garbageh channel widget +[ ] homepage revamp +[ ] more atom feeds [ ] comments [ ] brush font PLZ [ ] deploy database yum diff --git a/static/fonts.css b/static/fonts.css index 2b44607..34aab42 100644 --- a/static/fonts.css +++ b/static/fonts.css @@ -75,6 +75,16 @@ font-display: block; } +/* terminal grotesque */ +@font-face { + font-family: 'Terminal Grotesque'; + src: url('/static/fonts/terminal-grotesque.woff2') format('woff2'), + url('/static/fonts/terminal-grotesque.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: block; +} + /* steps mono */ @font-face { font-family: 'Steps-Mono'; diff --git a/static/fonts/terminal-grotesque.woff b/static/fonts/terminal-grotesque.woff Binary files differnew file mode 100644 index 0000000..d721311 --- /dev/null +++ b/static/fonts/terminal-grotesque.woff diff --git a/static/fonts/terminal-grotesque.woff2 b/static/fonts/terminal-grotesque.woff2 Binary files differnew file mode 100644 index 0000000..1240fa3 --- /dev/null +++ b/static/fonts/terminal-grotesque.woff2 |