-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
50 lines (50 loc) · 965 Bytes
/
site.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
@import "fxmatrix/fxmatrix.css";
* {
font-family: 'FXMatrix105MonoElite';
font-size: 10pt;
font-weight: normal;
color: #444;
}
h1,h2 {
margin-block-start: 2em;
margin-block-end: 1em;
}
h3,h4,h5,h6,p {
margin-block-start: 1em;
margin-block-end: 1em;
}
h1 {
font-family: 'FXMatrix105MonoPica', Monospace;
font-style: italic;
font-weight: bolder;
}
h2 {
font-family: 'FXMatrix105MonoPica', Monospace;
font-style: italic;
font-weight: bold;
}
h3 {
font-family: 'FXMatrix105MonoPica', Monospace;
font-style: italic;
font-weight: bold;
}
h4 {
font-family: 'FXMatrix105MonoPica', Monospace;
font-style: italic;
}
h5 {
font-family: 'FXMatrix105MonoElite', Monospace;
font-style: italic;
font-weight: bold;
}
h6 {
font-family: 'FXMatrix105MonoElite', Monospace;
font-style: italic;
}
ul {
padding-left: 1em;
list-style-type: none;
}
ul li::before {
content: '* ';
}