Cambria zit niet op Google Fonts -> Source Serif Pro

This commit is contained in:
Wouter Groeneveld 2018-07-10 12:13:59 +02:00
parent 3c936ea792
commit d1ce9512a5
2 changed files with 16 additions and 4 deletions

View File

@ -21,8 +21,8 @@ enableEmoji = true
backgroundColor = "white"
highlight = true
highlightStyle = "paraiso-dark"
highlightLanguages = ["cs", "c", "scheme", "python", "java", "scala", "javascript"]
font = "Cambria"
highlightLanguages = ["cs", "cpp", "scheme", "python", "java", "scala", "javascript"]
font = "Source Serif Pro"
copyright = "No <i class='fa fa-copyright'></i> reserved - sharing is caring. <i class='fa fa-github'></i> <a href='https://github.com/wgroeneveld/brainbaking/'>Hack away</a>! <i class='fa fa-lightbulb-o'></i> <a href='/'>Brain Baking</a>"
[Author]

View File

@ -62,7 +62,7 @@ img.bordered {
/* -- Typography overrides bootstrap.
-- default CSS included, can't override less settings from https://getbootstrap.com/docs/3.3/customize/ */
main {
main, blockquote {
font-size: 14pt !important;
line-height: 1.7;
}
@ -90,12 +90,20 @@ h4 {
font-size: 16pt !important;
}
h5 {
font-size: 14pt !important;
}
h4 a {
font-weight: normal;
}
pre {
font-size: 12pt !important;
}
@media (max-width: 767px) {
main {
main, blockquote {
font-size: 12pt !important;
}
h2 {
@ -110,6 +118,10 @@ pre {
font-size: 14pt !important;
}
h5 {
font-size: 13pt !important;
}
pre {
font-size: 10pt !important;
}