-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
103 lines (90 loc) · 2.73 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
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
97
98
99
100
101
102
103
body {
font-family: Verdana, Geneva, sans-serif, "Roboto", Arial, sans-serif;
font-size: 16px;
line-height: 2;
color: #333;
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
td {
font-family: "Playfair Display", Times, serif;
font-size:30px;
}
h1 {
font-family: "Playfair Display", Times, serif;
font-size: 48px;
margin-bottom: 0px;
font-weight: bold;
}
h2 {
font-family: "Georgia", Times, serif;
font-size: 36px;
margin-bottom: 10px;
font-weight: bold;
}
h5, h4 {
margin-top:0px;
margin-bottom:0px;
}
a {
font-family: "Georgia", Times, serif;
color: #00009a;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #0000ff;
}
.ads-section {
margin-top: 20px;
}
h3 {
font-family: "Georgia", Times, serif;
font-size: 18px;
font-weight: bold;
text-align: left;
margin-bottom: 20px;
}
dd {
margin-bottom:20px;
}
dt{
font-weight:bold;
}
/* latin-ext */
@font-face {
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/l/font?kit=-zkl91Ksy8U47Wnsfme8wUvVqb8&skey=ca45512e77838097&v=v16) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Georgia';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/l/font?kit=-zkl91Ksy8U47Wnsfmm8wUvVqb8&skey=ca45512e77838097&v=v16) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDZbtXK-F2qC0usEw.woff) format('woff');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtXK-F2qC0s.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}