diff --git a/client/css/fonts/inconsolatag.woff b/client/css/fonts/inconsolatag.woff deleted file mode 100644 index d5ac16fb..00000000 Binary files a/client/css/fonts/inconsolatag.woff and /dev/null differ diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 2f9f5424..6da34b71 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -8,19 +8,9 @@ Author: Aynik GitHub: https://github.com/aynik */ -@font-face { - font-family: Inconsolata-g; - src: url("../css/fonts/inconsolatag.woff") format("woff"); -} - body { background: #000; - font: 16px Inconsolata-g, monospace; -} - -code, -kbd { - font-family: Inconsolata-g, monospace; + font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; } a, @@ -102,7 +92,6 @@ a:hover, #windows .header .topic, .messages .msg, .sidebar { - font: 12px Inconsolata-g, monospace; line-height: 1.8; } @@ -124,10 +113,6 @@ a:hover, color: #666; } -.tooltipped::after { - font-family: Inconsolata-g, monospace; -} - /* Previews */ #chat .toggle-text {