Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix ltr fonts load issue
Signed-off-by: Pouyan Heyratpour <heyratpour@ghasedak.com>
  • Loading branch information
Pouyan Heyratpour committed Oct 28, 2015
1 parent 4484398 commit 00dbf0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion fonts/vazir
Submodule vazir updated from 5dc969 to d58053
8 changes: 4 additions & 4 deletions stylesheets/application.css
Expand Up @@ -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; }
Expand Down

0 comments on commit 00dbf0e

Please sign in to comment.