Use Raleway font for headings

This commit is contained in:
Jakob Borg
2014-08-04 10:34:01 +02:00
parent ac0fba99ad
commit 5a7780ab5f
5 changed files with 33 additions and 1 deletions

12
gui/raleway.css Normal file
View File

@@ -0,0 +1,12 @@
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), url(raleway-400.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(raleway-700.ttf) format('truetype');
}