css/defaults: buttons should respect font settings

This commit is contained in:
Thomas Gelf 2014-11-19 08:49:58 +01:00
parent 2bac63e6d8
commit b3a154deed
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration: underline;
}
button {
font-family: inherit;
}
#fontsize-calc {
display: none;
width: 1000em;