summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-27 23:55:46 +0100
committerGravatar Tom Willemse2013-11-27 23:55:46 +0100
commit988780fa6a4a7c67a627c030eaf0e75601ef0020 (patch)
tree533b277dab6bf562cfbbcf5fe849d027e94fdbb1
parentb6912664f10f5793b77bdc16a6b467dd1065992e (diff)
downloadorgweb-988780fa6a4a7c67a627c030eaf0e75601ef0020.tar.gz
orgweb-988780fa6a4a7c67a627c030eaf0e75601ef0020.zip
Add CosmicSansNeueMono webfont
-rw-r--r--articles/project.el4
-rw-r--r--project.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/articles/project.el b/articles/project.el
index 5c65cfc..e0e443a 100644
--- a/articles/project.el
+++ b/articles/project.el
@@ -11,8 +11,8 @@
:base-extension "org"
:publishing-function org-html-publish-to-html
:section-numbers nil
- :table-of-contents nil
+ :with-toc nil
:html-doctype "<!DOCTYPE html>"
- :html-head "<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
+ :html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"http://openfontlibrary.org/face/cosmic-sans-neue-mono\" type=\"text/css\" />\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-up "../blog.html"
:html-link-home "/")))
diff --git a/project.el b/project.el
index 36ad5fe..2a011d3 100644
--- a/project.el
+++ b/project.el
@@ -150,7 +150,7 @@
:section-numbers nil
:table-of-contents 1
:html-doctype "<!DOCTYPE html>"
- :html-head "<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
+ :html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"http://openfontlibrary.org/face/cosmic-sans-neue-mono\" type=\"text/css\" />\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-home "https://ryuslash.org")
("projects"
:base-directory "./projects/"
@@ -161,7 +161,7 @@
:section-numbers nil
:table-of-contents 1
:html-doctype "<!DOCTYPE html>"
- :html-head "<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
+ :html-head "<link rel=\"stylesheet\" media=\"screen\" href=\"http://openfontlibrary.org/face/cosmic-sans-neue-mono\" type=\"text/css\" />\n<link href=\"https://ryuslash.org/org.css\" type=\"text/css\" rel=\"stylesheet\" />"
:html-link-home "https://ryuslash.org")
("rss"
:base-directory "./"