diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-29 14:37:27 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-29 14:37:27 +0200 |
| commit | 9c4007e13309172bdfc94473959e6b3ec6ab5666 (patch) | |
| tree | d2dc779257dc64fedce13ed41aa7acd5d5bd1250 /default | |
| parent | 545ad6ac6c2d927cb8b36f12e3e9473cf4ae5f56 (diff) | |
fix fonts
Diffstat (limited to 'default')
| -rw-r--r-- | default/htdocs/styles/css3.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 5e6e4b1..c0ae52c 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,7 +1,12 @@ -body { +@font-face { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; src: url('?document=fonts/VarelaRound-Regular.eot'); src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +body { background-color: #19495f; height: 100%; max-width: 900px; |
