Use a local copy of Raleway

This commit is contained in:
fabrixxm 2017-07-23 20:50:13 +02:00
commit 81e48f9a40
6 changed files with 19 additions and 1 deletions

0
assets/css/friendica-logo.css Executable file → Normal file
View file

18
assets/css/raleway.css Normal file
View file

@ -0,0 +1,18 @@
@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');
}

Binary file not shown.

Binary file not shown.

Binary file not shown.