aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/divoc-weekend/font.css
diff options
context:
space:
mode:
authorderchris2020-04-17 17:45:04 +0200
committerderchris2020-04-17 17:45:04 +0200
commit30ddaa4275e1c2ef787239647ebfcd0ca47db916 (patch)
treef203db6644341be79cd8fad1d3ea358d82c52285 /configs/conferences/divoc-weekend/font.css
parent24f02757c9966ddc05871e6bd49226b752f183e4 (diff)
add divoc: weekend edition
Diffstat (limited to 'configs/conferences/divoc-weekend/font.css')
-rw-r--r--configs/conferences/divoc-weekend/font.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/conferences/divoc-weekend/font.css b/configs/conferences/divoc-weekend/font.css
new file mode 100644
index 0000000..4e3e0d1
--- /dev/null
+++ b/configs/conferences/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