Skip to content
Snippets Groups Projects
Commit 573c5740 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix wrong typeface being used for some buttons

parent 7ce4d2de
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,14 @@ body {
}
/* INPUTS */
/* specifically override browser styles */
input, textarea, select, button {
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
}
input[type="text"],
input[type="password"],
input[type="search"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment