From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/divoc-weekend/font.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 configs/archive/divoc-weekend/font.css (limited to 'configs/archive/divoc-weekend/font.css') diff --git a/configs/archive/divoc-weekend/font.css b/configs/archive/divoc-weekend/font.css new file mode 100644 index 0000000..4e3e0d1 --- /dev/null +++ b/configs/archive/divoc-weekend/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 -- cgit v1.2.3