Explorar el Código

Tweak elevation font

Jeremy Stretch hace 6 años
padre
commit
7bbd9be389
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/dcim/constants.py

+ 1 - 1
netbox/dcim/constants.py

@@ -59,7 +59,7 @@ COMPATIBLE_TERMINATION_TYPES = {
 
 RACK_ELEVATION_STYLE = """
 * {
-    font-family: 'Helvetica Neue';
+    font-family: sans-serif;
     font-size: 13px;
 }
 rect {