post(typoclassopedia): Applicative Laws
theme(monospace): use Mononoki for code
This commit is contained in:
@ -224,7 +224,11 @@ pre {
|
||||
font-family: 'Ubuntu Light';
|
||||
src: url(fonts/Ubuntu-Light_gdi.woff);
|
||||
}
|
||||
//@font-face {
|
||||
//font-family: 'Ubuntu Mono';
|
||||
//src: url(fonts/UbuntuMono-Regular_gdi.woff);
|
||||
//}
|
||||
@font-face {
|
||||
font-family: 'Ubuntu Mono';
|
||||
src: url(fonts/UbuntuMono-Regular_gdi.woff);
|
||||
font-family: Mononoki;
|
||||
src: url(fonts/mononoki-Regular.woff);
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* ----------------------------------------------------------*/
|
||||
|
||||
pre, code {
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-family: 'Mononoki';
|
||||
font-size: 11pt;
|
||||
overflow-x: auto;
|
||||
}
|
||||
@ -80,4 +80,4 @@ code {background: #fff; padding: 2px 4px; border-radius: 3px; border: 1px solid
|
||||
.highlight .vg { color: #c82829 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #c82829 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #f5871f } /* Literal.Number.Integer.Long */
|
||||
.highlight .lineno {user-select: none; -moz-user-select: none; -webkit-user-select: none;}
|
||||
.highlight .lineno {user-select: none; -moz-user-select: none; -webkit-user-select: none;}
|
||||
|
Reference in New Issue
Block a user