Merge fonts.css with main.css
This commit is contained in:
parent
ed9d7f1511
commit
53bcaa13f7
@ -1,10 +0,0 @@
|
|||||||
body {
|
|
||||||
font-size: 1rem;
|
|
||||||
font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
||||||
line-height: 1.5;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
code, pre {
|
|
||||||
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
|
||||||
}
|
|
@ -8,6 +8,9 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
|
font-size: 1rem;
|
||||||
|
font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -37,4 +40,5 @@ code {
|
|||||||
padding: .75rem;
|
padding: .75rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user