diff options
| author | 2026-01-01 20:58:00 +0100 | |
|---|---|---|
| committer | 2026-01-01 20:58:00 +0100 | |
| commit | 40cf10eebc12fe243c116fde222fc4d75e9a4f17 (patch) | |
| tree | ad5d30f7ccd6faca38c0fba83127f46e509d0dd5 /static/fonts.css | |
| parent | 0bb239fb45b86500ad362618145d6c35228b2360 (diff) | |
| download | blossom-40cf10eebc12fe243c116fde222fc4d75e9a4f17.tar.gz blossom-40cf10eebc12fe243c116fde222fc4d75e9a4f17.tar.bz2 blossom-40cf10eebc12fe243c116fde222fc4d75e9a4f17.zip | |
add Redaction font
Diffstat (limited to '')
| -rw-r--r-- | static/fonts.css | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/static/fonts.css b/static/fonts.css index 34aab42..4e9155b 100644 --- a/static/fonts.css +++ b/static/fonts.css @@ -1,3 +1,171 @@ +@font-face { + font-family: 'Redaction'; + src: url('/static/fonts/Redaction-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction'; + src: url('/static/fonts/Redaction-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction'; + src: url('/static/fonts/Redaction-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_70'; + src: url('/static/fonts/Redaction_70-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_70'; + src: url('/static/fonts/Redaction_70-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_70'; + src: url('/static/fonts/Redaction_70-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_50'; + src: url('/static/fonts/Redaction_50-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_50'; + src: url('/static/fonts/Redaction_50-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_50'; + src: url('/static/fonts/Redaction_50-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_35'; + src: url('/static/fonts/Redaction_35-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_35'; + src: url('/static/fonts/Redaction_35-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_35'; + src: url('/static/fonts/Redaction_35-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_20'; + src: url('/static/fonts/Redaction_20-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_20'; + src: url('/static/fonts/Redaction_20-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_20'; + src: url('/static/fonts/Redaction_20-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_10'; + src: url('/static/fonts/Redaction_10-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_10'; + src: url('/static/fonts/Redaction_10-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_10'; + src: url('/static/fonts/Redaction_10-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_100'; + src: url('/static/fonts/Redaction_100-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +@font-face { + font-family: 'Redaction_100'; + src: url('/static/fonts/Redaction_100-Italic.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +} + +@font-face { + font-family: 'Redaction_100'; + src: url('/static/fonts/Redaction_100-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: block; +} + /* PicNic */ @font-face { font-family: PicNic; |
