1
0
Fork 0
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:
Simon Holywell 2018-05-10 09:57:58 +10:00 committed by GitHub
parent 0f00580f9a
commit 6bfc26e10e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ html {
body { body {
margin: 0; 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; color: #333;
} }
@ -46,14 +46,12 @@ End styles from codeguide.co by @mdo
/* /*
* Typography * Typography
*/ */
h1 { h1, h2, h3 {
font-family: 'Roboto Slab', serif; font-family: 'Roboto Slab', serif;
font-weight: 400; font-weight: 400;
} }
h2 { h2 {
font-family: 'Roboto Slab', serif;
font-weight: 400;
border-bottom: 0.25em solid #e2e2e2; border-bottom: 0.25em solid #e2e2e2;
padding-bottom: 0.3em; padding-bottom: 0.3em;
} }