Twiddle fonts. Quicksand by default, Roboto for content
This commit is contained in:
parent
223fe23667
commit
ba42d016b3
2 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,11 @@
|
|||
body {
|
||||
background: #FCFCFC;
|
||||
color: #35352F;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -11,10 +16,6 @@ a:hover {
|
|||
color: #FF4F00;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 0;
|
||||
border-left: 0.5rem solid #dfe2e5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue