mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Use monospace font for textarea fields
This commit is contained in:
parent
2ac9f282c7
commit
dbd6b9e90b
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
|||
url(../../interface/resources/fonts/FiraSans-SemiBold.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: AnonymousPro-Regular;
|
||||
src: url(../../resources/fonts/AnonymousPro-Regular.ttf),
|
||||
url(../../interface/resources/fonts/AnonymousPro-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: HiFi-Glyphs;
|
||||
src: url(../../resources/fonts/hifi-glyphs.ttf),
|
||||
|
@ -182,6 +188,8 @@ input[type="text"], input[type="number"], textarea {
|
|||
}
|
||||
|
||||
textarea {
|
||||
font-family: AnonymousPro-Regular;
|
||||
font-size: 16px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
min-height: 64px;
|
||||
|
|
Loading…
Reference in a new issue