[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][arabeyes-general/wiki][master] Importing Amiri in less and other cosmetic changes



Youssef Chahibi pushed to branch master at arabeyes-general / wiki


Commits:
7524ba00 by Youssef Chahibi at 2017-02-10T16:42:46-05:00
Importing Amiri in less and other cosmetic changes

- - - - -


1 changed file:

- skins/Arabeyes/variables.less


Changes:

=====================================
skins/Arabeyes/variables.less
=====================================
--- a/skins/Arabeyes/variables.less
+++ b/skins/Arabeyes/variables.less
@@ -1,17 +1,18 @@
-@html-font-size: 100%;
+@import url(http://fonts.googleapis.com/css?family=Amiri);
+@html-font-size: 120%;
 
 // Page content
 // FIXME: Use global variable since Echo and CentralNotice use this variable
 @content-border-color: #a4d176;
 // FIXME: Find an open font that works with this stack and is readable by Windows users
-@content-font-family: sans-serif;
+@content-font-family: "Amiri", sans-serif;
 @content-font-color: #252525;
 @content-font-size: 1em;
 @content-line-height: 1.6;
 @content-padding: 1em;
 @content-heading-font-size: 2em;
-@content-heading-font-family: "Linux Libertine", Georgia, Times, serif;
-@content-heading-font-family-generic: sans-serif;
+@content-heading-font-family: "Amiri", "Linux Libertine", Georgia, Times, serif;
+@content-heading-font-family-generic: "Amiri", sans-serif;
 @body-background-color: #fff;
 @heading-line-height: 1.3;
 



View it on GitLab: https://git.arabeyes.org/arabeyes-general/wiki/commit/7524ba006f6de3bbf87067865750074d2bbb7949