-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (40 loc) · 1.1 KB
/
style.css
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
/* vollkorn-regular - latin-ext_latin */
@font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: local(''),
url('./fonts/vollkorn-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('./fonts/vollkorn-v12-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-900 - latin-ext_latin */
@font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 900;
src: local(''),
url('./fonts/vollkorn-v12-latin-ext_latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('./fonts/vollkorn-v12-latin-ext_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
font-family: "Vollkorn", serif;
background-color: #e9ddaf;
color: #28170b;
}
img {
max-width: 100%;
padding: 1rem 0;
}
a {
color: #502e16;
}
hr {
border: 0;
border-bottom: 1px dashed #28170b;
}
#content {
max-width: 800px;
margin: 1rem auto;
}
footer {
font-size: 95%;
text-align: center;
}