10 lines
353 B
CSS
10 lines
353 B
CSS
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;
|
|
} |