blob: deed42cb44b894c2a65b4d9225b2a5a48066911a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@font-face {
font-family: "Kongtype";
src: url("/kongtext.ttf") format("truetype");
}
* {
font-family: "Kongtype" !important;
}
body {
padding: 0 2rem !important;
margin: 2rem !important;
}
|