Merge pull request #1602 from thelounge/xpaw/remove-inconsolata

Remove Inconsolata
This commit is contained in:
Pavel Djundik 2017-11-06 22:15:19 +02:00 committed by GitHub
commit 8062609c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 16 deletions

Binary file not shown.

View file

@ -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 {