Latex font

This commit is contained in:
2024-07-08 14:11:37 -04:00
parent 0c51ba1b76
commit 28d697c815
2 changed files with 7 additions and 1 deletions

View File

@@ -108,7 +108,11 @@ body {
font-size: 15px;
// font-size: 20px;
/* 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;