Fix font location
This commit is contained in:
parent
07a8df0f78
commit
83c038ea46
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../bower_components/opensans-googlefont/OpenSans-Light.ttf);
|
src: local('Open Sans Light'), local('OpenSans-Light'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Light.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Open Sans'), local('OpenSans'), url(../bower_components/opensans-googlefont/OpenSans-Regular.ttf);
|
src: local('Open Sans'), local('OpenSans'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-font {
|
.small-font {
|
||||||
|
|
Loading…
Reference in a new issue