diff --git a/README.md b/README.md index 60eb1dd..6358b4c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Fedmine Fedmine is a simplistic theme for Redmine from [Froiden](http://www.froiden.com/). It is based on [Gitmike](https://github.com/makotokw/redmine-theme-gitmike) theme, modified to look completely different from the original theme. -Fedmine can be configured from redmine settings panel and has installer/updater script. That's why it is a redmine plugin +Fedmine can be configured from redmine settings panel and has installer/updater script. That's why it is a redmine plugin (by [Pouyan](https://github.com/pouyanh)) -The theme features somewhat metro style look with simplistic buttons and styles. +The theme features somewhat metro style look with simplistic buttons and styles and RTL support (rendering [vazir-font +](https://github.com/rastikerdar/vazir-font)). Usage ----- diff --git a/fonts/vazir b/fonts/vazir index 5dc9698..d58053e 160000 --- a/fonts/vazir +++ b/fonts/vazir @@ -1 +1 @@ -Subproject commit 5dc9698d2b3fb613e344b53856526e613ca599c4 +Subproject commit d58053e9a94e55a85a583fcc5752902c92b1aefd diff --git a/stylesheets/application.css b/stylesheets/application.css index 6a264c0..e2bdabe 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -4,25 +4,25 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 300; - src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/sans/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff'); + src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/sans/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), url(fonts/sans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); + src: local('Open Sans'), local('OpenSans'), url(../fonts/sans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; - src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(fonts/sans/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff'); + src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../fonts/sans/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; - src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/sans/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff'); + src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/sans/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff'); } body { font-family: "Open Sans", Helvetica, arial, sans-serif; font-size: 13px; color: #333333; background-color: #fff; line-height: 1.4; overflow-x: hidden; }