mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-23 03:38:34 +01:00
11 lines
244 B
CSS
11 lines
244 B
CSS
|
@import url("https://fonts.cdnfonts.com/css/cadman");
|
||
|
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
|
||
|
|
||
|
body {
|
||
|
font-family: Lato, sans-serif;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
font-family: Cadman, Lato, sans-serif;
|
||
|
}
|