Merge pull request #1602 from thelounge/xpaw/remove-inconsolata
Remove Inconsolata
This commit is contained in:
commit
8062609c86
Binary file not shown.
@ -8,19 +8,9 @@ Author: Aynik
|
|||||||
GitHub: https://github.com/aynik
|
GitHub: https://github.com/aynik
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: Inconsolata-g;
|
|
||||||
src: url("../css/fonts/inconsolatag.woff") format("woff");
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #000;
|
background: #000;
|
||||||
font: 16px Inconsolata-g, monospace;
|
font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
|
||||||
}
|
|
||||||
|
|
||||||
code,
|
|
||||||
kbd {
|
|
||||||
font-family: Inconsolata-g, monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
@ -102,7 +92,6 @@ a:hover,
|
|||||||
#windows .header .topic,
|
#windows .header .topic,
|
||||||
.messages .msg,
|
.messages .msg,
|
||||||
.sidebar {
|
.sidebar {
|
||||||
font: 12px Inconsolata-g, monospace;
|
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -124,10 +113,6 @@ a:hover,
|
|||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltipped::after {
|
|
||||||
font-family: Inconsolata-g, monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Previews */
|
/* Previews */
|
||||||
|
|
||||||
#chat .toggle-text {
|
#chat .toggle-text {
|
||||||
|
Loading…
Reference in New Issue
Block a user