mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
use monospace instead of Courier
This commit is contained in:
parent
71ec809aea
commit
4e515f4820
@ -97,7 +97,7 @@
|
||||
border-radius: 2px;
|
||||
|
||||
text-align: center;
|
||||
font-family:Courier;
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
font-size : 18px;
|
||||
color: white;
|
||||
|
@ -83,7 +83,7 @@
|
||||
color:#888;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
font-family:Courier;
|
||||
font-family:monospace;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -110,7 +110,7 @@
|
||||
background: #111;
|
||||
border-radius: 2px;
|
||||
color: #D3D3D3;
|
||||
font-family: Courier!important;
|
||||
font-family: monospace!important;
|
||||
}
|
||||
|
||||
.sp-input.sp-validation-error {
|
||||
|
Loading…
Reference in New Issue
Block a user