mirror of
https://github.com/heyman/heynote.git
synced 2025-01-24 06:49:07 +01:00
Set default font for input and button elements
This commit is contained in:
parent
84812e892c
commit
facd782984
@ -8,6 +8,9 @@ html, body
|
||||
font-size: 12px
|
||||
overscroll-behavior-y: none
|
||||
|
||||
input, button
|
||||
font-family: "Open Sans"
|
||||
|
||||
#app
|
||||
height: 100%
|
||||
width: 100%
|
||||
|
Loading…
Reference in New Issue
Block a user