diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-29 14:42:10 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-29 14:42:10 +0200 |
| commit | e539ba70bdca837601107650961a7ae5fcbdd8b3 (patch) | |
| tree | 0276552d4613655ce379b813f6aa4a875138ccc9 | |
| parent | e22dd79fbda8736e5d012d165b555380815315ed (diff) | |
fix
| -rw-r--r-- | default/htdocs/styles/css3.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 21541c5..e060698 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,5 +1,5 @@ @font-face { - font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular'; 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; |
