summaryrefslogtreecommitdiff
path: root/static/go.css
blob: aaa111aaac6d332e1d5a1e98908987a6cab83020 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@font-face {
	font-family: 'Go';
	font-style: normal;
	font-weight: normal;
	src: url('/static/Go-Regular.ttf');
}

@font-face {
	font-family: 'Go';
	font-style: italic;
	font-weight: normal;
	src: url('/static/Go-Italic.ttf');
}

@font-face {
	font-family: 'Go';
	font-style: normal;
	font-weight: bold;
	src: url('/static/Go-Bold.ttf');
}

@font-face {
	font-family: 'Go';
	font-style: italic;
	font-weight: bold;
	src: url('/static/Go-Bold-Italic.ttf');
}

@font-face {
	font-family: 'Go Mono';
	font-style: normal;
	font-weight: normal;
	src: url('/static/Go-Mono.ttf');
}

@font-face {
	font-family: 'Go Mono';
	font-style: italic;
	font-weight: normal;
	src: url('/static/Go-Mono-Italic.ttf');
}

@font-face {
	font-family: 'Go Mono';
	font-style: normal;
	font-weight: bold;
	src: url('/static/Go-Mono-Bold.ttf');
}


@font-face {
	font-family: 'Go Mono';
	font-style: italic;
	font-weight: bold;
	src: url('/static/Go-Mono-Bold-Italic.ttf');
}

@font-face {
	font-family: 'Go Medium';
	font-style: normal;
	font-weight: normal;
	src: url('/static/Go-Medium.ttf');
}

@font-face {
	font-family: 'Go Medium';
	font-style: italic;
	font-weight: normal;
	src: url('/static/Go-Medium-Italic.ttf');
}