diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/36c3/font.css | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/36c3/font.css')
-rw-r--r-- | configs/archive/36c3/font.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/archive/36c3/font.css b/configs/archive/36c3/font.css new file mode 100644 index 0000000..f608236 --- /dev/null +++ b/configs/archive/36c3/font.css @@ -0,0 +1,23 @@ +/** Blackout Midnight **/ +@font-face { + font-family: "Blackout Midnight"; + font-weight: 100; + font-style: normal; + src: url("blackout_midnight-webfont.eot"); + src: url("blackout_midnight-webfont.eot?#iefix") format('embedded-opentype'), + url("blackout_midnight-webfont.svg") format("svg"), + url("blackout_midnight-webfont.ttf") format("ttf"), + url("blackout_midnight-webfont.woff") format("woff"); +} + +/** Blackout 2AM **/ +@font-face { + font-family: "Blackout 2AM"; + font-weight: 100; + font-style: normal; + src: url("blackout_two_am-webfont.eot"); + src: url("blackout_two_am-webfont.eot?#iefix") format('embedded-opentype'), + url("blackout_two_am-webfont.svg") format("svg"), + url("blackout_two_am-webfont.ttf") format("ttf"), + url("blackout_two_am-webfont.woff") format("woff"); +}
\ No newline at end of file |