first version of the new website
[markerbeacon.git] / themes / notmyidea / static / fonts / font.css
diff --git a/themes/notmyidea/static/fonts/font.css b/themes/notmyidea/static/fonts/font.css
new file mode 100644 (file)
index 0000000..a9eb87e
--- /dev/null
@@ -0,0 +1,12 @@
+@font-face {
+       font-family: 'Yanone Kaffeesatz';
+       font-style: normal;
+       font-weight: 400;
+       src:
+               local('Yanone Kaffeesatz Regular'),
+               local('YanoneKaffeesatz-Regular'),
+               /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
+               url('Yanone_Kaffeesatz_400.woff') format('woff'),
+               /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
+               url('Yanone_Kaffeesatz_400.woff2') format('woff2');
+}