willy.club/public/static/style/fonts.css

9 lines
344 B
CSS
Raw Normal View History

2023-01-22 11:42:45 +00:00
body {
font-size: 1rem;
font-family: DejaVu Serif, 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;
}
code, pre {
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}