[gimp-web/gimp-web-static] Added google font link for some fonts
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Added google font link for some fonts
- Date: Mon, 10 Aug 2015 17:35:47 +0000 (UTC)
commit 9086c6cf2cd883d5ef21da2eef1660424844c4a4
Author: Pat David <patdavid gmail com>
Date: Mon Aug 10 12:35:39 2015 -0500
Added google font link for some fonts
themes/newgimp/static/css/gimp.css | 26 ++++++++++++++++++--------
1 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index d6be1f4..4aba2fb 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -1,8 +1,12 @@
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400);
*/
- import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic);
+/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic);
+ */
+
+/*
+ * Used as the navigation font
@font-face {
font-family: "Lato";
src: url('/theme/fonts/Lato-Light.ttf');
@@ -10,6 +14,19 @@
font-style: normal;
}
+/* Questrial
+Used as Heading font
+ */
+/*
+ font-face {
+ font-family: 'Questrial';
+ src: url('/theme/fonts/Questrial-Regular.ttf');
+}
+*/
+
+/* Using Google Fonts for now */
+ import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300|Lato:300|Questrial);
+
/* League Gothic Regular */
/* Also only used on the main page
* for the GIMP title at the moment */
@@ -36,13 +53,6 @@
font-style: normal;
}
-/* Questrial */
-/* Used as Heading font */
- font-face {
- font-family: 'Questrial';
- src: url('/theme/fonts/Questrial-Regular.ttf');
-}
-
html {
font-family: "Open Sans", sans;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]