Skip to content
Snippets Groups Projects
Commit 304e241f authored by Nuno Alexandre's avatar Nuno Alexandre Committed by Alec Theriault
Browse files

Update font in Xhtml.hs to PT Sans

parent f3538ac7
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ headHtml docTitle themes mathjax_url =
script ! [src mjUrl, thetype "text/javascript"] << noHtml
]
where
fontUrl = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700"
fontUrl = "https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700"
mjUrl = fromMaybe "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" mathjax_url
srcButton :: SourceURLs -> Maybe Interface -> Maybe Html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment