mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a CSS file for typogrify on the notmyidea theme
This commit is contained in:
parent
6a4f4a55b4
commit
cfd050b0f2
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
/* Imports */
|
||||
@import url("reset.css");
|
||||
@import url("pygment.css");
|
||||
@import url("typogrify.css");
|
||||
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
|
||||
|
||||
/***** Global *****/
|
||||
|
|
|
|||
3
pelican/themes/notmyidea/static/css/typogrify.css
Normal file
3
pelican/themes/notmyidea/static/css/typogrify.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.caps {font-size:.92em;}
|
||||
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}
|
||||
.dquo {margin-left:-.38em;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue