Change font

This commit is contained in:
Cqoicebordel 2015-02-17 18:50:57 +01:00
parent e181041f11
commit af100afb98
3 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,7 @@
// Main LESS-Code
html {
font-family: sans-serif;
font-family: "Courier New", Courier, monospace;
font-size: 0.9em;
.text-size-adjust;
color: @color-font;
@ -113,7 +113,9 @@ div.title {
}
}
input[type="button"] {
input[type="button"],
input[type="submit"] {
font-family: "Courier New", Courier, monospace;
padding: 4px 12px;
margin: 2px 4px;
display: inline-block;