mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Remove webfonts except Roboto
This commit is contained in:
parent
0f00580f9a
commit
6bfc26e10e
1 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,7 @@ html {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font: 1rem/1.5 "PT Sans", sans-serif;
|
||||
font: 1rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
@ -46,14 +46,12 @@ End styles from codeguide.co by @mdo
|
|||
/*
|
||||
* Typography
|
||||
*/
|
||||
h1 {
|
||||
h1, h2, h3 {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-weight: 400;
|
||||
border-bottom: 0.25em solid #e2e2e2;
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue