diff options
| author | 2024-02-10 05:09:44 +0000 | |
|---|---|---|
| committer | 2024-02-10 05:09:44 +0000 | |
| commit | 205a71efa9f60938c86d57bba07f6d33b21790a2 (patch) | |
| tree | efadd09905e93991af42536b4d0d73763fcd8064 | |
| parent | b046662fc579697b192be38eb0afe6d66f801eb2 (diff) | |
| download | blossom-205a71efa9f60938c86d57bba07f6d33b21790a2.tar.gz blossom-205a71efa9f60938c86d57bba07f6d33b21790a2.tar.bz2 blossom-205a71efa9f60938c86d57bba07f6d33b21790a2.zip | |
fix update font
Diffstat (limited to '')
| -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.woffBinary files differ new 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.woff2Binary files differ new file mode 100644 index 0000000..1240fa3 --- /dev/null +++ b/static/fonts/terminal-grotesque.woff2 | 
