-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfont.css
More file actions
executable file
·96 lines (81 loc) · 1.49 KB
/
font.css
File metadata and controls
executable file
·96 lines (81 loc) · 1.49 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*
Saved font families for future use:
font-family: "Trebuchet MS", Helvetica, sans-serif;
*/
/* Base Typography */
body {
font-family: 'Roboto Slab', serif;
line-height: 1.5;
color: #f8f8f6;
}
/* Headers */
h1, dt, .footer > a {
font-family: "Trebuchet MS", Helvetica, sans-serif;
letter-spacing: 2px;
font-weight: bold;
}
.header {
font-size: 3em;
letter-spacing: 5px;
text-align: left;
text-decoration: none;
font-family: "Trebuchet MS", Helvetica, sans-serif;
line-height: 1em;
}
.header-img {
height: 1em;
padding: 0 0.2em;
}
/* Writing Page Typography */
.section-title {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 2em;
letter-spacing: 3px;
margin-top: 2em;
margin-bottom: 1em;
color: #f8f8f6;
}
dt {
font-size: 1.25em;
padding-top: 2em;
}
.list__link {
font-family: monospace;
}
.reference {
font-style: italic;
font-family: "Trebuchet MS", Helvetica, sans-serif;
letter-spacing: 2px;
font-weight: bold;
}
/* Hero Section Typography */
.bio {
font-size: 1.5em;
}
.signoff {
font-size: .75em;
}
/* Links */
.simple-link {
color: inherit;
text-decoration: none;
border: none;
}
.simple-link focus, .simple-link :hover {
color: inherit;
border: none;
}
a, .footer > a {
border-bottom: 1px solid #f8f8f6;
color: inherit;
font-weight: normal;
text-decoration: none;
}
a:focus, a:hover {
color: floralwhite;
border-bottom: 1px solid floralwhite;
}
.footer > a {
line-height: 1;
font-size: 1.4em;
}