mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 20:30:18 +00:00
8 lines
148 B
CSS
8 lines
148 B
CSS
body {
|
|
font-family: Optima, Candara, Calibri, Arial, sans-serif;
|
|
}
|
|
code {
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
font-size: 85%;
|
|
}
|