Font change
This commit is contained in:
parent
6f35164e5f
commit
ba65f8eb79
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user