mirror of
https://github.com/heyman/heynote.git
synced 2025-02-03 11:59:24 +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
|
font-size: 12px
|
||||||
overscroll-behavior-y: none
|
overscroll-behavior-y: none
|
||||||
|
|
||||||
|
input, button
|
||||||
|
font-family: "Open Sans"
|
||||||
|
|
||||||
#app
|
#app
|
||||||
height: 100%
|
height: 100%
|
||||||
width: 100%
|
width: 100%
|
||||||
|
Loading…
Reference in New Issue
Block a user