font loading bug fixing
This commit is contained in:
parent
99c15a61b9
commit
da11548b76
1 changed files with 3 additions and 3 deletions
6
nodejs/public/stylesheets/skeleton.css
vendored
6
nodejs/public/stylesheets/skeleton.css
vendored
|
@ -4,19 +4,19 @@
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: local('Raleway Light'), local('Raleway-Light'), url(/fonts/Raleway-Light.ttf) format('ttf');
|
src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/Raleway-Light.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Raleway'), local('Raleway-Regular'), url(/fonts/Raleway-Regular.ttf) format('ttf');
|
src: local('Raleway'), local('Raleway-Regular'), url(../fonts/Raleway-Regular.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(/fonts/Raleway-SemiBold.ttf) format('ttf');
|
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/Raleway-SemiBold.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Reference in a new issue