blob: af028409250e14e30350e86f175a7a8410cba0fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
body {
background-color: #001a15;
}
.link {
font-family: Iosevka;
color: black;
padding: 0 8;
background-color: #ff66cc;
border-radius: 1px;
display: inline-block;
margin-top: 4px;
text-decoration: none;
}
.link-container {
margin: auto;
max-width: 600px;
}
@font-face {
font-family: 'Iosevka';
font-weight: 100;
font-style: normal;
src: url('woff2/iosevka-term-thin.woff2') format('woff2');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
font-style: normal;
src: url('woff2/iosevka-term-extralight.woff2') format('woff2');
}
@font-face {
font-family: 'Iosevka';
font-weight: 400;
font-style: normal;
src: url('woff2/iosevka-term-regular.woff2') format('woff2');
}
|