diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-21T13·09+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T07·45+0200 |
commit | 0febe676b223e47d80bfb3dec183c0a40842e4f3 (patch) | |
tree | 705c48cb6aa69125dd808c4dfc88ff10c933ba13 /static | |
parent | eaf1c46ba8515323c9d86c6fa2daa828f41e791c (diff) |
fix(static): Let monospaced fonts be monospaced.
Diffstat (limited to 'static')
-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 9e0ea7c692f1..5201592932ed 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,4 +1,4 @@ -* :not(.material-icons) { +* :not(.material-icons) :not(code) { font-family: 'Ubuntu', sans-serif !important; } |