Inconsolata for code

This commit is contained in:
2019-04-25 22:02:01 +05:30
parent 961890afd4
commit e874b3471c
6 changed files with 108 additions and 1 deletions

View File

@ -6,6 +6,7 @@
@import url(../fonts/open_sans.css);
@import url(../fonts/lora.css);
@import url(../fonts/inconsolata.css);
body {
font-family: 'Open Sans', 'Lora','Times New Roman',serif;
font-size: 18px;
@ -50,6 +51,7 @@ blockquote {
font-style: italic;
}
pre {
font-family: 'Inconsolata', monospace;
background-color: transparent;
font-size: 16px;
}

File diff suppressed because one or more lines are too long