16 lines
154 B
CSS
Raw Normal View History

2021-03-13 17:27:51 +01:00
* {
font-family: 'ZillaSlab' !important;
2021-03-13 18:56:08 +01:00
color: #dadada;
2021-03-13 17:27:51 +01:00
}
p,
a,
label {
font-size: 14pt;
}
h1,
h2 {
line-height: 1em;
}