[www-doc] [Git][VideoLAN.org/websites][master] Fix Raleway font variants

Jean-Baptiste Kempf gitlab at videolan.org
Thu Sep 24 10:25:55 CEST 2020



Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
f871a874 by Nicolas Pomepuy at 2020-09-24T10:24:23+02:00
Fix Raleway font variants

- - - - -


6 changed files:

- + www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.svg
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.woff
- + www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2
- www.videolan.org/style/style.scss


Changes:

=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.eot differ


=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.svg
=====================================
The diff for this file was not included because it is too large.

=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf differ


=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff differ


=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 differ


=====================================
www.videolan.org/style/style.scss
=====================================
@@ -59,7 +59,19 @@ ul, li
 $font-path-raleway: "/style/fonts/Raleway";
 
 @font-face {
-    font-family: "Raleway";
+    font-family: "RalewayLight";
+    font-style: normal;
+    font-weight: 100;
+    src: url('#{$font-path-raleway}/Raleway-Light.eot'),
+        url('#{$font-path-raleway}/Raleway-Light.eot?#iefix') format('embedded-opentype'),
+        url('#{$font-path-raleway}/Raleway-Light.woff2') format('woff2'),
+        url('#{$font-path-raleway}/Raleway-Light.woff') format('woff'),
+        url('#{$font-path-raleway}/Raleway-Light.ttf') format('truetype'),
+        url('#{$font-path-raleway}/Raleway-Light.svg#Raleway-Thin') format('svg');
+}
+
+ at font-face {
+    font-family: "RalewayThin";
     font-style: normal;
     font-weight: 100;
     src: url('#{$font-path-raleway}/Raleway-Thin.eot'),
@@ -106,7 +118,7 @@ h1
 
 h1.bigtitle
 {
-    font-family: "Raleway";
+    font-family: "RalewayThin";
     font-size: 55px;
     margin-left: -5px;
     margin-bottom: 12px;
@@ -850,7 +862,7 @@ img, .normalButton {
 .new-design .downloadText {
     font-size: 26px;
     padding-bottom: 0;
-    font-family: "Raleway";
+    font-family: "RalewayLight";
 }
 
 .new-design .projectDescription {



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/f871a874aa18a4d37011758f370ab6896dd2a16b

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/f871a874aa18a4d37011758f370ab6896dd2a16b
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list