blog/css/fonts.css
2021-08-15 13:43:27 +02:00

7 lines
269 B
CSS

body {
font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
code {
font-family: "Lucida Console", Monaco, monospace;
font-size: 85%;
}