diff options
| -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 */ |
