-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrit-fonts-spc.css
44 lines (38 loc) · 1.06 KB
/
rit-fonts-spc.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
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Lora:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed+Mono:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500');
body {
font-family:'Source Sans Pro', sans-serif;
font-weight: 375;
color: #2E3440;
}
h1 {
font-family: 'Lora', serif;
font-weight: 500;
color: #1e2c3c;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
color: #122140;
}
h3 {
font-family: 'Source Sans Pro', sans-serif;
/*text-transform: uppercase;*/
font-weight: 400;
color: #122140;
font-size: 1.75em !important;
}
h4, h5, h6 {
font-family: 'Source Sans Pro', serif;
font-weight: 400;
color: #122140;
}
.remark-code, .remark-inline-code {
font-family: 'Source Code Pro', monospace;
font-weight: 500;
color: #4C84B7;
font-size: 1.1em !important;
}