blob: 8f287f6c1b902226d8cad435738fbd9ce9b882af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LXGW+Marker+Gothic&display=swap');
h1, h2 {
font-family: "Rubik Dirt", system-ui;
font-weight: 400;
font-style: normal;
}
a {
font-family: "Rubik Dirt", system-ui;
}
p {
font-family: "LXGW Marker Gothic", sans-serif;
}
|