diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 20:05:20 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-11 20:05:20 -0700 |
commit | a9d16fbd58b2dfab4dc243e5d163dfbfebc92f3a (patch) | |
tree | 03a4f354a280e940396a844d29d2e50e924c680c /css/pagestyle.css | |
parent | 094eb070b40cd707625738ab254a1a06cc11b4e0 (diff) | |
parent | eb3e11068965f2bd9428e0d15147b8086e5ab026 (diff) | |
download | pathery-a9d16fbd58b2dfab4dc243e5d163dfbfebc92f3a.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'css/pagestyle.css')
-rw-r--r-- | css/pagestyle.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/pagestyle.css b/css/pagestyle.css index 8a834bb..6351a28 100644 --- a/css/pagestyle.css +++ b/css/pagestyle.css @@ -1,6 +1,6 @@ body {
- font-size: 12pt;
- font-family: helvetica, sans-serif;
+ font-size: 16px;
+ font-family: cantarell, helvetica, sans-serif;
background-color: #121212;
color: #ffffff;
|