11 lines
231 B
CSS
11 lines
231 B
CSS
@import url('https://fonts.googleapis.com/css?family=Raleway');
|
|
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
|
|
|
|
html {
|
|
font-family: 'Raleway';
|
|
/*background-color: #15171B;*/
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
} |