]> _ Git - fluidbook-html5.git/commitdiff
done #1387 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 10:41:55 +0000 (12:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 10:41:55 +0000 (12:41 +0200)
style/fluidbook.css
style/fluidbook.less
style/fonts/OpenSans-Regular.woff [new file with mode: 0644]
style/fonts/OpenSans-Regular.woff2 [new file with mode: 0644]
style/fonts/OpenSans-Semibold.woff [new file with mode: 0644]
style/fonts/OpenSans-Semibold.woff2 [new file with mode: 0644]
style/fonts/Ubuntu-M-webfont.ttf [deleted file]
style/fonts/Ubuntu-R-webfont.ttf [deleted file]
style/special/wescosales.css
style/variables.less

index 34abb6b069fd3e5249611f865c52aad5aa248086..32f07b1c888fbc3368d8523e1a452dd1d3acfdc2 100644 (file)
@@ -86,7 +86,7 @@ body {
 }
 body,
 input {
-  font-family: Ubuntu, Arial, Helvetica, sans-serif;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
 }
 body.loading * {
   cursor: progress !important;
@@ -1065,7 +1065,7 @@ ul.chapters.shareList a.level0 img {
 /* Form elements */
 #innerView form input[type="text"],
 #innerView form input[type="email"] {
-  font-family: Ubuntu;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   padding: 5px;
   border-radius: 5px;
   border: 0;
@@ -1148,7 +1148,7 @@ ul.chapters a {
 }
 ul.chapters a.level-1 {
   font-size: 200%;
-  font-family: Ubuntu;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-weight: 600;
   text-align: center;
 }
@@ -1163,7 +1163,7 @@ ul.chapters a.level3 {
 }
 ul.chapters a.level0 {
   font-size: 150%;
-  font-family: Ubuntu;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-weight: 600;
 }
 ul.chapters a.level1 {
@@ -1577,14 +1577,14 @@ body.zoomPopup #zoomPopupOverlay {
   font-style: normal;
 }
 @font-face {
-  font-family: 'Ubuntu';
-  src: url('fonts/Ubuntu-R-webfont.ttf') format('truetype');
+  font-family: 'Open Sans';
+  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
 }
 @font-face {
-  font-family: 'Ubuntu';
-  src: url('fonts/Ubuntu-M-webfont.ttf') format('truetype');
+  font-family: 'Open Sans';
+  src: url("fonts/OpenSans-Semibold.woff2") format("woff2"), url("fonts/OpenSans-Semibold.woff") format("woff");
   font-weight: 600;
   font-style: normal;
 }
index 304bb861113d678fe6ac4e1924677fcc229fc718..050186df99020232209c24bb0a154e26cd2ee70a 100644 (file)
@@ -1252,7 +1252,7 @@ ul.chapters.shareList a.level0 img {
 /* Form elements */
 #innerView form input[type="text"],
 #innerView form input[type="email"] {
-       font-family: Ubuntu;
+       font-family: @font;
        padding: 5px;
        border-radius: 5px;
        border: 0;
@@ -1342,7 +1342,7 @@ ul.chapters a {
 
 ul.chapters a.level-1 {
        font-size: 200%;
-       font-family: Ubuntu;
+       font-family: @font;
        font-weight: 600;
        text-align: center;
 }
@@ -1357,7 +1357,7 @@ ul.chapters a.level0, ul.chapters a.level1, ul.chapters a.level2, ul.chapters a.
 
 ul.chapters a.level0 {
        font-size: 150%;
-       font-family: Ubuntu;
+       font-family: @font;
        font-weight: 600;
 }
 
@@ -1842,15 +1842,15 @@ a.button {
 }
 
 @font-face {
-       font-family: 'Ubuntu';
-       src: url('fonts/Ubuntu-R-webfont.ttf') format('truetype');
+       font-family: 'Open Sans';
+       src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
        font-weight: 400;
        font-style: normal;
 }
 
 @font-face {
-       font-family: 'Ubuntu';
-       src: url('fonts/Ubuntu-M-webfont.ttf') format('truetype');
+       font-family: 'Open Sans';
+       src: url("fonts/OpenSans-Semibold.woff2") format("woff2"), url("fonts/OpenSans-Semibold.woff") format("woff");
        font-weight: 600;
        font-style: normal;
 }
diff --git a/style/fonts/OpenSans-Regular.woff b/style/fonts/OpenSans-Regular.woff
new file mode 100644 (file)
index 0000000..bd0f824
Binary files /dev/null and b/style/fonts/OpenSans-Regular.woff differ
diff --git a/style/fonts/OpenSans-Regular.woff2 b/style/fonts/OpenSans-Regular.woff2
new file mode 100644 (file)
index 0000000..f778f9c
Binary files /dev/null and b/style/fonts/OpenSans-Regular.woff2 differ
diff --git a/style/fonts/OpenSans-Semibold.woff b/style/fonts/OpenSans-Semibold.woff
new file mode 100644 (file)
index 0000000..8c0313f
Binary files /dev/null and b/style/fonts/OpenSans-Semibold.woff differ
diff --git a/style/fonts/OpenSans-Semibold.woff2 b/style/fonts/OpenSans-Semibold.woff2
new file mode 100644 (file)
index 0000000..852f710
Binary files /dev/null and b/style/fonts/OpenSans-Semibold.woff2 differ
diff --git a/style/fonts/Ubuntu-M-webfont.ttf b/style/fonts/Ubuntu-M-webfont.ttf
deleted file mode 100644 (file)
index 5c4967c..0000000
Binary files a/style/fonts/Ubuntu-M-webfont.ttf and /dev/null differ
diff --git a/style/fonts/Ubuntu-R-webfont.ttf b/style/fonts/Ubuntu-R-webfont.ttf
deleted file mode 100644 (file)
index 147d98e..0000000
Binary files a/style/fonts/Ubuntu-R-webfont.ttf and /dev/null differ
index e4c3e358bfb4862ffa00ad51c5d54cc15f0c552f..e791e0c39136226f2771fcc4d6a79776fb8dd42f 100644 (file)
@@ -4,7 +4,7 @@
   padding: 8px 30px 0 15px;
 }
 #wescosalesselector #wescosalesselect {
-  font-family: Ubuntu, Arial, Helvetica, sans-serif;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   background-color: #5592c9;
   background-image: url("../../images/select-arrow.svg");
   background-repeat: no-repeat;
index 32426e973019d9720651c214e6801a683187fea5..d77420369fad93025b83fd3a53d521345b04f5f2 100644 (file)
@@ -1 +1 @@
-@font:Ubuntu, Arial, Helvetica, sans-serif;
\ No newline at end of file
+@font: 'Open Sans', Arial, Helvetica, sans-serif;
\ No newline at end of file