1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/ui/static/css/serif.css
2023-08-10 20:29:34 -07:00

5 lines
No EOL
195 B
CSS

: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);
}