Use a slightly heavier Raleway for headings (fixes #493)

This commit is contained in:
Jakob Borg 2014-08-11 21:50:15 +02:00
parent 60da59623e
commit 9e395eb883
5 changed files with 5 additions and 16 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
gui/raleway-500.ttf Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,6 @@
@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');
font-weight: 500;
src: local('Raleway'), url(raleway-500.ttf) format('truetype');
}