Set default font for input and button elements

This commit is contained in:
Jonatan Heyman 2023-03-03 16:14:33 +01:00
parent 84812e892c
commit facd782984

View File

@ -8,6 +8,9 @@ html, body
font-size: 12px
overscroll-behavior-y: none
input, button
font-family: "Open Sans"
#app
height: 100%
width: 100%