Neighbourhood.omg.lol/wwwroot/css/type.css
Gordon Pedersen a02b14782b Added in pastes (from people)
might still need some work/testing
Also, should I add pastes in the feed?
2024-07-23 17:02:53 +10:00

18 lines
No EOL
608 B
CSS

/* 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) }
.mono, #advanced :is(.field.textarea, textarea), .EasyMDEContainer, article.paste code {
font-family: 'MD IO 0.4', monospace, var(--emoji-font)
}
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 }