Font change

This commit is contained in:
walcutt 2024-12-13 12:22:15 -05:00
parent 6f35164e5f
commit ba65f8eb79

View File

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* Color tags */
.hench-white {
background-color: #FFFFFF;
@ -24,6 +26,11 @@
color: #FFFFFF;
}
/* Font */
.hench-sheet-container {
font-family: 'Oswald';
}
/* Flexbox */
.hench-row {
display: flex;