aboutsummaryrefslogtreecommitdiffstats
path: root/docs/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-25 17:09:49 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-25 17:10:21 +0000
commitf88438c8fe30e8c801d458f682cd4f763451fe4a (patch)
treeee09e9122b58318388639e42d5fb4799098bca8d /docs/publish.el
parente8027cbeac9e4fc0efe5a0b661bcc2e2a89dab35 (diff)
downloadvericert-f88438c8fe30e8c801d458f682cd4f763451fe4a.tar.gz
vericert-f88438c8fe30e8c801d458f682cd4f763451fe4a.zip
Add fonts to css
Diffstat (limited to 'docs/publish.el')
-rw-r--r--docs/publish.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/publish.el b/docs/publish.el
index df7235d..dcd4a71 100644
--- a/docs/publish.el
+++ b/docs/publish.el
@@ -60,6 +60,7 @@
:html-head-extra
(concat "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js\"></script>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.css\">
+<link rel=\"stylesheet\" href=\"" vericert/base "/css/fonts.css\" type=\"text/css\" />
<link rel=\"stylesheet\" href=\"" vericert/base "/css/org.css\" type=\"text/css\" media=\"screen\" />")
:html-preamble t
:html-preamble-format (list (list "en" vericert/header))