diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 14:08:20 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-21 14:08:20 +0100 |
commit | cd425599ce7af0e69d22a7c4b4061eed6e1706a3 (patch) | |
tree | 0d9ea6619363c0176b1d1f6ce6c9cedf4437b9c3 /themes/baggy/css/main.css | |
parent | e7345a2c4feaa64c8582844425f388e57f1f933d (diff) | |
download | wallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.tar.gz wallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.tar.zst wallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.zip |
typo in fonts call and in label on config screen
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-x | themes/baggy/css/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 3b8220d9..a5bd6529 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -473,11 +473,11 @@ footer a { | |||
473 | 473 | ||
474 | @font-face { | 474 | @font-face { |
475 | font-family: 'icomoon'; | 475 | font-family: 'icomoon'; |
476 | src:url('../font/icomoon.eot?-s0mcsx'); | 476 | src:url('../fonts/icomoon.eot?-s0mcsx'); |
477 | src:url('../font/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'), | 477 | src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'), |
478 | url('../font/icomoon.woff?-s0mcsx') format('woff'), | 478 | url('../fonts/icomoon.woff?-s0mcsx') format('woff'), |
479 | url('../font/icomoon.ttf?-s0mcsx') format('truetype'), | 479 | url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'), |
480 | url('../font/icomoon.svg?-s0mcsx#icomoon') format('svg'); | 480 | url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg'); |
481 | font-weight: normal; | 481 | font-weight: normal; |
482 | font-style: normal; | 482 | font-style: normal; |
483 | } | 483 | } |