diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 5201592932ed..27f05be72930 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,4 +1,4 @@ -* :not(.material-icons) :not(code) { +* :not(.material-icons, code) { font-family: 'Ubuntu', sans-serif !important; } |