mirror of https://gitlab.com/curben/blog
fix(css): use sanitize/typography font
This commit is contained in:
parent
e6969c729e
commit
64b7c25ce7
|
@ -107,7 +107,6 @@ legend {
|
|||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
|
@ -123,13 +122,11 @@ a:hover {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-family: serif;
|
||||
font-size: 1.5em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: serif;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
|
@ -209,7 +206,6 @@ h6 {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
@ -703,7 +699,6 @@ blockquote {
|
|||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 0.9em;
|
||||
background-color: #333;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue