aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/css/serif.css
blob: 011a07e723509fd968bc24639862a610a3046982 (plain) (blame)
1
2
3
4
5
:root {
    --entry-content-font-weight: 300;
    --entry-content-font-family: Georgia, 'Times New Roman', Times, serif;
    --entry-content-quote-font-family: var(--entry-content-font-family);
}