diff --git a/client/css/fonts/DroidSansMono-webfont.svg b/client/css/fonts/DroidSansMono-webfont.svg deleted file mode 100755 index 2c79480..0000000 --- a/client/css/fonts/DroidSansMono-webfont.svg +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/css/fonts/DroidSansMono-webfont.woff b/client/css/fonts/DroidSansMono-webfont.woff deleted file mode 100755 index 9f6ecef..0000000 Binary files a/client/css/fonts/DroidSansMono-webfont.woff and /dev/null differ diff --git a/client/css/fonts/inconsolatag.ttf b/client/css/fonts/inconsolatag.ttf new file mode 100644 index 0000000..1a212c6 Binary files /dev/null and b/client/css/fonts/inconsolatag.ttf differ diff --git a/client/css/fonts/inconsolatag.woff b/client/css/fonts/inconsolatag.woff new file mode 100644 index 0000000..d5ac16f Binary files /dev/null and b/client/css/fonts/inconsolatag.woff differ diff --git a/client/css/style.css b/client/css/style.css index 471d83b..c2cc029 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1,18 +1,20 @@ @font-face { - font-family: "Lato"; + font-family: Lato; src: url("fonts/lato.woff") format("woff"); + font-weight: 400; } @font-face { - font-family: "Lato Black"; + font-family: Lato; src: url("fonts/lato-black.woff") format("woff"); + font-weight: 700; } @font-face { - font-family: "Font Awesome"; + font-family: FontAwesome; src: url("fonts/fontawesome.svg") format("svg"), url("fonts/fontawesome.woff") format("woff"); } @font-face { - font-family: "Droid Sans Mono"; - src: url("fonts/droidsansmono.svg") format("svg"), url("fonts/droidsansmono.woff") format("woff"); + font-family: Inconsolata-g; + src: url("fonts/inconsolatag.woff") format("woff"), url("fonts/inconsolatag.ttf") format("ttf"); } html, body { @@ -66,7 +68,7 @@ button { color: #84d1ff; color: #84ce88; display: inline-block; - font: bold 12px "Lato Black", sans-serif; + font: bold 12px Lato, sans-serif; letter-spacing: 1px; margin-bottom: 10px; padding: 9px 17px; @@ -129,7 +131,7 @@ button { } #viewport .lt:before, #viewport .rt:before { - font: 14px "Font Awesome"; + font: 14px FontAwesome; content: "\f0c9"; } #viewport .rt { @@ -208,7 +210,7 @@ button { } #sidebar .chan:before, #chat .title:before { - font: 14px "Font Awesome"; + font: 14px FontAwesome; float: left; margin-top: 3px; margin-right: 12px; @@ -296,7 +298,7 @@ button { #footer .icon { color: #9ca5b4; display: inline-block; - font: 14px "Font Awesome"; + font: 14px FontAwesome; line-height: 34px; padding: 0px 12px; } @@ -456,7 +458,7 @@ button { } #chat, #windows .header { - font: 12px "Droid Sans Mono", monospace; + font: 12px Inconsolata-g, monospace; line-height: 1.4; } #chat button:hover { @@ -681,7 +683,7 @@ button { } #chat .count:before { color: #cfcfcf; - font: 14px "Font Awesome"; + font: 14px FontAwesome; content: "\f002"; position: absolute; right: 18px; @@ -817,7 +819,7 @@ button { } #settings #play:before { content: "\f028"; - font: 14px "Font Awesome"; + font: 14px FontAwesome; margin-right: 9px; } #settings .about { @@ -844,7 +846,7 @@ button { top: 6px; } #form .input { - font: 12px "Droid Sans Mono", monospace; + font: 12px Inconsolata-g, monospace; left: 0; height: 34px; margin-right: 64px; diff --git a/client/themes/crypto.css b/client/themes/crypto.css index c579f05..88cdc9f 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -10,7 +10,7 @@ GitHub: https://github.com/aynik body { background: #000; - font: 16px "Droid Sans Mono", monospace; + font: 16px Inconsolata-g, monospace; } a, #chat a { @@ -23,7 +23,7 @@ a:hover, #chat a:hover { #windows .window h2 { color: #666; - font: 14px regular Leto, sans-serif; + font: regular 14px Leto, sans-serif; border-bottom: none; } @@ -45,7 +45,7 @@ a:hover, #chat a:hover { #sign-in label input { margin-top: 10px !important; - font: 14px "Droid Sans Mono", monospace; + font: 14px Inconsolata-g, monospace; } .btn { @@ -67,7 +67,7 @@ a:hover, #chat a:hover { } #sign-in .remember { - font: 12px "Droid Sans Mono", monospace; + font: 12px Inconsolata-g, monospace; line-height: 30px; }