Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Morpheus/stylesheets/general/_typography.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_typography.less b/plugins/Morpheus/stylesheets/general/_typography.less
index cd8d155a6b..0440d98606 100644
--- a/plugins/Morpheus/stylesheets/general/_typography.less
+++ b/plugins/Morpheus/stylesheets/general/_typography.less
@@ -2,7 +2,12 @@ h1,
h2,
h3,
h4,
- h5 {
+ h5,
+ button,
+ input,
+ optgroup,
+ select,
+ textarea {
font-family: @theme-fontFamily-base;
}