post(typoclassopedia): Applicative Laws

theme(monospace): use Mononoki for code
This commit is contained in:
Mahdi Dibaiee
2017-09-30 18:48:12 +03:30
parent 87efe12fd4
commit 0e3d5a990f
6 changed files with 61 additions and 5 deletions

View File

@ -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);
}

View File

@ -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;}