added post fonts

This commit is contained in:
AlejandroS 2018-06-23 16:27:37 -07:00
parent 9edc751ab7
commit e5f28a5446
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,10 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@font-face {
font-family: 'Freemono';
src: url(../fonts/FreeMono.otf);
}
body {
color: #444;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
@ -122,7 +125,7 @@ pre, code, kbd, samp {
border-radius: 8px;
padding: 8px;
color: #000;
font-family: monospace, monospace;
font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;
}

View File

@ -131,7 +131,7 @@ pre, code, kbd, samp {
border-radius: 8px;
padding: 8px;
color: #000;
font-family: monospace, monospace;
font-family: Freemono, monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;
}