diff --git a/src/main/webapp/sass/themes/_ebraminio.scss b/src/main/webapp/sass/themes/_ebraminio.scss index b600ba40..4ce06263 100644 --- a/src/main/webapp/sass/themes/_ebraminio.scss +++ b/src/main/webapp/sass/themes/_ebraminio.scss @@ -3,6 +3,9 @@ body { font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif; } + input, button, select, textarea { + font-family: inherit; /* what said above */ + } /* My scroll speed hack, it is temporary */ .toolbar { position: relative;