blob: c3b986b0758c9a26439b70f6dd7974f21aa41d7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');
h1, h2 {
font-family: "Rubik Dirt", system-ui;
font-weight: 400;
font-style: normal;
}
a {
font-family: "Rubik Dirt", system-ui;
}
|