aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/typography.css
blob: df475ec3f3d6336dfbfd928e8ee7fec83aac805d (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
set(LUCIDA_GRANDE, `"Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif')

h1, h2, h3, h4, h5, h6 {
	font-family: LUCIDA_GRANDE;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;

	color: MAROON;
}

.code {
	font-family: "Monaco", monospace;
	line-height: 1.6em;
}

.shell-command:before {
	content: '$ ';
	color: MURKY_POND;
}

.font-size-0\.8 {
	font-size: 0.8em;
}

.font-size-1\.52 {
	font-size: 1.52em;
}

.font-size-2\.5 {
	font-size: 2.5em;
	line-height: 1.25em;
}

.font-size-15 {
	font-size: 15em;
}

.text-center {
	text-align: center;
}