silphius/app/react/components/dom/dialogues.module.css

10 lines
202 B
CSS
Raw Normal View History

2024-07-12 02:10:22 -05:00
.dialogues {
2024-07-13 17:08:03 -05:00
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
2024-07-22 04:19:29 -05:00
font-size: 20px;
2024-07-12 02:10:22 -05:00
}
2024-07-13 17:08:03 -05:00
@font-face {
font-family: "Cookbook";
src: url("/assets/fonts/Cookbook.woff") format("woff");
}