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 */
|
/* Color tags */
|
||||||
.hench-white {
|
.hench-white {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
@ -24,6 +26,11 @@
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Font */
|
||||||
|
.hench-sheet-container {
|
||||||
|
font-family: 'Oswald';
|
||||||
|
}
|
||||||
|
|
||||||
/* Flexbox */
|
/* Flexbox */
|
||||||
.hench-row {
|
.hench-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user