Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
fix path to custom fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Flickinger committed Mar 7, 2015
1 parent 3d46acb commit c54f3e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clean-greader.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/modules/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
* File: _fonts.scss
****************************
*
* Description: fonts used in the clean-glreader theme
*
* Description: fonts used in the clean-greader theme
*
* Author: Sven Flickinger (naeramarth7)
* File Created: 2013-08-28
**/

@font-face {
font-family: 'FontAwesome';
src: url('../font/FontAwesome.otf') format('opentype');
src: url('clean-greader/font/FontAwesome.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

0 comments on commit c54f3e5

Please sign in to comment.