-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
27 lines (21 loc) · 724 Bytes
/
Copy pathstyle.css
File metadata and controls
27 lines (21 loc) · 724 Bytes
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
/* Cardo for headers. */
@import url("https://fonts.googleapis.com/css?family=Cardo");
/* Open Sans for tables and box text. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* Rochester for drop caps. */
@import url("https://fonts.googleapis.com/css?family=Rochester");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic");
body
{
background-color: #F8D5B5 ;
font-family: Arial, sans-serif;
margin: 2.5em;
}
h1, h2, h3, h4, h5, h6
{
font-family: 'Cardo', serif;
font-size: 3em;
color: #D32430;
text-align: center;
}