mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
added a theme
This commit is contained in:
17
sass/base/_font.scss
Normal file
17
sass/base/_font.scss
Normal file
@ -0,0 +1,17 @@
|
||||
$font-default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
|
||||
|
||||
$font-icon: FontAwesome;
|
||||
$font-icon-path: "/font/fontawesome-webfont";
|
||||
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('#{$font-icon-path}.eot');
|
||||
src: url('#{$font-icon-path}.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$font-icon-path}.woff') format('woff'),
|
||||
url('#{$font-icon-path}.ttf') format('truetype'),
|
||||
url('#{$font-icon-path}.svgz#FontAwesomeRegular') format('svg'),
|
||||
url('#{$font-icon-path}.svg#FontAwesomeRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user