diff options
Diffstat (limited to 'static/fonts.css')
| -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; |
