Commit 7f591be410a2856ec8b15926f7b6a8256a5e957e

Authored by William Daniau
1 parent 4a0b48ac9e
Exists in master

Ajout de la variable de facteur de police pour Wize_S5

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

templates/html/common-blue/zim-pres-variables.css
... ... @@ -12,5 +12,6 @@
12 12 --main-pres-img-height: 8em; /* Size of image height */
13 13 --main-pres-table-font-size: 80%; /* Relative font-size in tables */
14 14 --main-pres-code-font-size: 70%; /* Relative font-size in code */
  15 + --main-pres-font-scale: 1.0; /* Global font factor */
15 16 }
templates/html/common-wize/zim-pres-variables.css
... ... @@ -12,5 +12,6 @@
12 12 --main-pres-img-height: 8em; /* Size of image height */
13 13 --main-pres-table-font-size: 80%; /* Relative font-size in tables */
14 14 --main-pres-code-font-size: 70%; /* Relative font-size in code */
  15 + --main-pres-font-scale: 1.0; /* Global font factor */
15 16 }