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

10 lines
353 B
CSS
Raw Normal View History

2023-01-22 11:42:45 +00:00
body {
font-size: 1rem;
2023-02-12 13:54:12 +00:00
font-family: 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;
2023-01-22 11:42:45 +00:00
line-height: 1.5;
2023-02-12 13:54:12 +00:00
font-weight: bold;
2023-01-22 11:42:45 +00:00
}
code, pre {
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}