I have decided to use the google source "Raleway" with which I have added this to my code:
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
And this in my css:
html, body {
height:100%;
width:100%;
font-family: 'Raleway', sans-serif !important;
}
But it does not work. It also does not work with conventional sources that are not google.
I've tried putting !important
and without, but it does not work in any way (I've put it in the body
and html
because I want that source on the whole page).