-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (51 loc) · 859 Bytes
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
@font-face {
font-family: "BonaNova";
src: url("Fonts/BonaNova-Regular.otf");
}
@font-face {
font-family: "BonaNova";
src: url("Fonts/BonaNova-Bold.otf");
font-weight: bold;
}
@font-face {
font-family: "BonaNova";
src: url("Fonts/BonaNova-Italic.otf");
font-style: italic;
}
body {
margin: 2em;
auto;
max-width: 40em;
font-size: 150%;
line-height: 1.6;
color: #000000;
padding: 0 10px;
font-family: BonaNova, serif;
}
b {
}
i {
}
h1 {
font-family: "PT Sans Narrow", sans-serif;
font-size: 6em;
font-weight: bold;
line-height: 1.2;
margin: .2;
color: #5E0703;
}
a {
color: #5E0703;
}
hr {
display: block;
height: 0.5px;
width: 75%;
border: 0;
border-top: 1px solid #5E0703;
margin: 1em 0;
padding: 0;
}
img {
width: 560px;
}