Latex font

This commit is contained in:
2024-07-08 14:11:37 -04:00
parent 87c293ce13
commit a1086f3c2e
3 changed files with 8 additions and 2 deletions

View File

@@ -110,7 +110,11 @@ body {
// font-size: 20px;
// font-size: 22px;
/* font-family: 'Source Code Pro', monospace; */
font-family: 'Hack', monospace;
// font-family: 'Hack', monospace;
// body {
// font-family: 'Times New Roman', serif;
font-family: "Computer Modern Serif";
// }
display: flex;
flex-direction: column;
min-height: 100vh;