Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 77fa92fa authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Add version of `readtheorginria' using system fonts

parent 9b4fa968
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ property of [Inria](https://www.inria.fr/en).
The only theme available for now is a clone of the Fabrice Niessen's
[readtheorg](https://github.com/fniessen/org-html-themes#about-readtheorg)
theme that we refer to here as **readtheorginria**.
theme that we refer to here as **readtheorginria**. A version of the latter
using system fonts instead of Google(R) fonts is available under the name of
**readtheorginria-system**.
### Example
......
# -*- mode: org; -*-
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/readtheorginria/css/readtheorginria-system.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/lib/js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/readtheorginria/js/readtheorginria.js"></script>
This diff is collapsed.
# -*- mode: org; -*-
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorginria/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorginria/css/readtheorginria-system.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="lib/js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="readtheorginria/js/readtheorginria.js"></script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment