SPA & Text Inputs
This commit is contained in:
parent
c7375caef1
commit
85f86a36e8
10 changed files with 80 additions and 21 deletions
src
|
@ -1,5 +1,5 @@
|
|||
:root {
|
||||
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-family: Courier New;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
|
@ -23,6 +23,7 @@ body, html {
|
|||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.app {
|
||||
|
|
Reference in a new issue