From 72ad7b5c413dc67a39826d5ecb66a184c68c42da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 19 Sep 2017 00:35:26 -0400 Subject: [PATCH] Remove custom font In the current version of The Lounge, this font doesn't load without extra hoops, which ends up being Times New Roman (at least on Mac, haven't checked somewhere else). Also, now that the main repo uses native font stack, it is sensible to rely on it. This custom font could be re-added once support for custom fonts in themes is added to The Lounge if you want. --- theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme.css b/theme.css index cb353a6..082d1d6 100644 --- a/theme.css +++ b/theme.css @@ -28,7 +28,6 @@ body, .sidebar, #windows #form .input { font-size: 14px; - font-family: "Roboto", "Noto Sans", "Noto Sans Emoji"; } i.hostmask {