diff --git a/Theme (Windows).css b/Theme (Windows).css index c9eb3f6..ff2b611 100644 --- a/Theme (Windows).css +++ b/Theme (Windows).css @@ -1,7 +1,9 @@ * { - font-family: "Roboto Bold"; + /*font-family: "Roboto Bold"*/ + font-family: "Roboto Bold", Roboto, Arial; + font-weight: bold; } .locationbar { padding: 1ex; -} \ No newline at end of file +}