summaryrefslogtreecommitdiffstats
path: root/_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-09 19:29:19 +0200
committerLoïc Hoguin <[email protected]>2019-09-09 19:31:54 +0200
commit9e73b9fbbf91ebcf5b8027d97275bffe77316e14 (patch)
treecb2082bcd47934744f1a036dbda2862cee1c6a56 /_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css
parent39dd660af26f88e78a9e511d16abedf93fd19587 (diff)
downloadninenines.eu-9e73b9fbbf91ebcf5b8027d97275bffe77316e14.tar.gz
ninenines.eu-9e73b9fbbf91ebcf5b8027d97275bffe77316e14.tar.bz2
ninenines.eu-9e73b9fbbf91ebcf5b8027d97275bffe77316e14.zip
Gun 2.0 talk
Diffstat (limited to '_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css')
-rw-r--r--_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css b/_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css
new file mode 100644
index 00000000..44a33a14
--- /dev/null
+++ b/_build/static/talks/gun-2.0/lib/font/league-gothic/league-gothic.css
@@ -0,0 +1,10 @@
+@font-face {
+ font-family: 'League Gothic';
+ src: url('league-gothic.eot');
+ src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
+ url('league-gothic.woff') format('woff'),
+ url('league-gothic.ttf') format('truetype');
+
+ font-weight: normal;
+ font-style: normal;
+} \ No newline at end of file