mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Store fonts of notmyidea theme locally
Used google-font-download ((commit ecc521e894c55e83773351264fe5bbef99ae70ad)) to download the fonts. font-download -f 'woff woff2' -l 'latin' 'Yanone Kaffeesatz:400'
This commit is contained in:
parent
9495a6c3df
commit
9ce09c0715
8 changed files with 432 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue