forked from friendica/friendica-wp-theme
19 lines
576 B
CSS
19 lines
576 B
CSS
|
@font-face {
|
||
|
font-family: 'Raleway';
|
||
|
font-style: normal;
|
||
|
font-weight: 100;
|
||
|
src: local('Raleway Thin'), local('Raleway-Thin'), url(../fonts/Raleway-Thin.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Raleway';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/Raleway-Light.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Raleway';
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/Raleway-SemiBold.ttf) format('truetype');
|
||
|
}
|