fun: font

This commit is contained in:
cha0s 2024-07-13 17:08:03 -05:00
parent 59e3c71a1a
commit 8fb37dd2ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
.dialogues {
font-family: 'Times New Roman', Times, serif;
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
}
@font-face {
font-family: "Cookbook";
src: url("/assets/fonts/Cookbook.woff") format("woff");
}

Binary file not shown.