-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_core.scss
29 lines (24 loc) · 878 Bytes
/
_core.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@import "bootstrap-sprockets";
@import "bootstrap";
@import "../public/components/font-awesome/scss/font-awesome";
$fa-font-path: "../components/font-awesome/fonts";
$webfont-path: "../fonts/";
/** **/
@font-face {
font-family: 'FontAwesome';
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
/** **/
body{
font-family: 'Open Sans', sans-serif;
overflow-x:hidden;
}
.fa {
font-family: 'FontAwesome' !important;
}