New font
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@import 'reset-css';
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Scada:wght@400;700&display=swap');
|
||||
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
font-family: 'Scada', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 16px;
|
||||
@@ -20,6 +22,10 @@
|
||||
color: $dark;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.category {
|
||||
|
||||
Reference in New Issue
Block a user