From 7bbd9be3899ac4093a5914380693c3bffc0d3551 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 11 Dec 2019 21:03:24 -0500 Subject: [PATCH] Tweak elevation font --- netbox/dcim/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/constants.py b/netbox/dcim/constants.py index be290116c..a33744ece 100644 --- a/netbox/dcim/constants.py +++ b/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 {