Merge fonts.css with main.css

This commit is contained in:
William 2023-02-12 19:19:56 +01:00
parent ed9d7f1511
commit 53bcaa13f7
2 changed files with 4 additions and 10 deletions

View File

@ -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;
}

View File

@ -8,6 +8,9 @@ body {
text-align: center;
color: white;
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 {
@ -37,4 +40,5 @@ code {
padding: .75rem;
overflow-x: auto;
overflow-y: hidden;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}