2024-07-16 00:35:01 +00:00
|
|
|
/* typography and fonts */
|
|
|
|
|
|
|
|
:root { --font: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif, var(--emoji-font) }
|
|
|
|
|
|
|
|
body, html { font-family: var(--font) }
|
|
|
|
body { font-size: 1.2em }
|
|
|
|
|
|
|
|
.address, .author, .honey, .page-heading { font-family: "VC Honey Deck",var(--font) }
|
|
|
|
|
2024-07-23 07:02:53 +00:00
|
|
|
.mono, #advanced :is(.field.textarea, textarea), .EasyMDEContainer, article.paste code {
|
|
|
|
font-family: 'MD IO 0.4', monospace, var(--emoji-font)
|
|
|
|
}
|
2024-07-16 00:35:01 +00:00
|
|
|
|
|
|
|
li, p { line-height: 160% }
|
|
|
|
.author { font-size: 1.2em }
|
|
|
|
nav.bottom.s :is(small,.label) { font-size: .75rem }
|
|
|
|
#directory a { font-size: 1.1rem }
|
|
|
|
#directoryIndex a { font-size: 1.5rem }
|