diff options
Diffstat (limited to 'assets/stylesheets/typography.css')
-rw-r--r-- | assets/stylesheets/typography.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css new file mode 100644 index 0000000..f83a920 --- /dev/null +++ b/assets/stylesheets/typography.css @@ -0,0 +1,12 @@ +h1, h2, h3, h4, h5, h6 { + font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif; +} + +h2 { + font-weight: bold; + font-size: 1.5em; +} + +.code { + font-family: "Monaco", monospace; +} |