diff options
| author | 2013-07-26 18:16:03 +0200 | |
|---|---|---|
| committer | 2013-07-26 18:16:03 +0200 | |
| commit | 93c74650bed4e274416e1381b815e473ce1046ef (patch) | |
| tree | 403533e3f9653811990c30f265d38b1ba498d88c | |
| parent | 4a78d880b7f12426ead42fc352e5f2c2d0d04f9d (diff) | |
Fix issue #102 : application police OpenSans
Désormais la police OpenSans est belle et bien appliquée à toute
l'interface
| -rw-r--r-- | public/theme/freshrss.css | 1 | ||||
| -rw-r--r-- | public/theme/global.css | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index a514add2c..7685d9890 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -342,7 +342,6 @@ margin: 0 auto; padding: 20px 10px; line-height: 170%; - font-family: 'OpenSans'; word-wrap: break-word; } .content .title { diff --git a/public/theme/global.css b/public/theme/global.css index 9f3ad4138..3000bfe45 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -1,7 +1,7 @@ /* FONTS */ @font-face { - font-family: 'OpenSans'; - src: local('fonts/openSans.woff') format('woff'); + font-family: "OpenSans"; + src: url("fonts/openSans.woff") format("woff"); } @@ -12,7 +12,7 @@ html, body { height: 100%; font-size: 95%; - font-family: "Cantarell", "Helvetica", "Arial", "sans-serif"; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "sans-serif"; } /* LIENS */ |
