diff --git a/pelican/themes/notmyidea/static/css/fonts.css b/pelican/themes/notmyidea/static/css/fonts.css new file mode 100644 index 00000000..56015076 --- /dev/null +++ b/pelican/themes/notmyidea/static/css/fonts.css @@ -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('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'), + /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */ + url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2'); +} diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index 8f3deef0..9673ca45 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -12,7 +12,7 @@ @import url("reset.css"); @import url("pygment.css"); @import url("typogrify.css"); -@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); +@import url("fonts.css"); /***** Global *****/ /* Body */ diff --git a/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot new file mode 100644 index 00000000..b3b90dbc Binary files /dev/null and b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot differ diff --git a/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg new file mode 100644 index 00000000..a69669b5 --- /dev/null +++ b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf new file mode 100644 index 00000000..6f4feb02 Binary files /dev/null and b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf differ diff --git a/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff new file mode 100644 index 00000000..ddccf765 Binary files /dev/null and b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff differ diff --git a/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 new file mode 100644 index 00000000..7b18f7ea Binary files /dev/null and b/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 differ diff --git a/pelican/themes/notmyidea/static/fonts/font.css b/pelican/themes/notmyidea/static/fonts/font.css new file mode 100644 index 00000000..a9eb87e6 --- /dev/null +++ b/pelican/themes/notmyidea/static/fonts/font.css @@ -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'); +}