use monospace instead of Courier

This commit is contained in:
juliandescottes 2016-10-02 00:49:49 +02:00
parent 71ec809aea
commit 4e515f4820
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@
border-radius: 2px;
text-align: center;
font-family:Courier;
font-family: monospace;
font-weight: bold;
font-size : 18px;
color: white;

View File

@ -83,7 +83,7 @@
color:#888;
font-size:12px;
font-weight:bold;
font-family:Courier;
font-family:monospace;
}
/**

View File

@ -110,7 +110,7 @@
background: #111;
border-radius: 2px;
color: #D3D3D3;
font-family: Courier!important;
font-family: monospace!important;
}
.sp-input.sp-validation-error {