-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (54 loc) · 1.27 KB
/
styles.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
html {
font-size: 10px;
margin: 0;
}
body
{
font-size: 15px;
background-image: url("background3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: green;
font-family: "Courier New", monospace;
}
h1
{
font-size: 20px;
}
h2
{
font-size: 18px;
}
h3
{
font-size: 18px;
}
h4
{
font-size: 18px;
}
h5
{
font-size: 20px;
}
.reading
{
color:white;
font-family: "Modak", serif;
font-size: 15px;
}
@font-face {
font-family: 'Modak';
font-style: normal;
font-weight: 400;
src: url('../fonts/modak-v5-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/modak-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/modak-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/modak-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/modak-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/modak-v5-latin-regular.svg#Modak') format('svg'); /* Legacy iOS */
}
/* modak-regular - latin */
}