-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.css
51 lines (43 loc) · 773 Bytes
/
test.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
@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: "PTSans";
src: url("fonts/PTSans.otf");
}
body {
margin: 2em;
auto;
max-width: 36em;
font-size: 18px;
line-height: 1.6;
color: #000000;
padding: 0 10px;
font-family: BonaNova, serif;
}
b {
}
h1 {
font-family: "PT Sans Narrow", sans-serif;
font-size: 70pt;
line-height: 1.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;
}