10 lines
146 B
CSS
10 lines
146 B
CSS
body {
|
|
font-family: "Noto Sans", sans-serif;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6{
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|