[www-doc] [Git][VideoLAN.org/websites][master] Proper font face declaration and right variant files
Jean-Baptiste Kempf
gitlab at videolan.org
Thu Sep 24 15:32:50 CEST 2020
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
e865e6b9 by Nicolas Pomepuy at 2020-09-24T14:34:09+02:00
Proper font face declaration and right variant files
- - - - -
10 changed files:
- − www.videolan.org/style/fonts/Raleway/Raleway-Light.eot
- − 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/fonts/Raleway/Raleway-Regular.eot
- www.videolan.org/style/fonts/Raleway/Raleway-Light.svg → www.videolan.org/style/fonts/Raleway/Raleway-Regular.svg
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff
- + www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2
- www.videolan.org/style/style.scss
Changes:
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.eot deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.eot and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.ttf and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 deleted
=====================================
Binary files a/www.videolan.org/style/fonts/Raleway/Raleway-Light.woff2 and /dev/null differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.eot
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.eot differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Light.svg → www.videolan.org/style/fonts/Raleway/Raleway-Regular.svg
=====================================
The diff for this file was not included because it is too large.
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.ttf differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff differ
=====================================
www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2
=====================================
Binary files /dev/null and b/www.videolan.org/style/fonts/Raleway/Raleway-Regular.woff2 differ
=====================================
www.videolan.org/style/style.scss
=====================================
@@ -59,21 +59,19 @@ ul, li
$font-path-raleway: "/style/fonts/Raleway";
@font-face {
- font-family: "RalewayLight";
+ font-family: "Raleway";
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');
+ src: url('#{$font-path-raleway}/Raleway-Regular.eot'),
+ url('#{$font-path-raleway}/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
+ url('#{$font-path-raleway}/Raleway-Regular.woff2') format('woff2'),
+ url('#{$font-path-raleway}/Raleway-Regular.woff') format('woff'),
+ url('#{$font-path-raleway}/Raleway-Regular.ttf') format('truetype'),
+ url('#{$font-path-raleway}/Raleway-Regular.svg#Raleway-Thin') format('svg');
}
@font-face {
font-family: "RalewayThin";
font-style: normal;
- font-weight: 100;
src: url('#{$font-path-raleway}/Raleway-Thin.eot'),
url('#{$font-path-raleway}/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-raleway}/Raleway-Thin.woff2') format('woff2'),
@@ -119,6 +117,7 @@ h1
h1.bigtitle
{
font-family: "RalewayThin";
+ font-weight: 100;
font-size: 55px;
margin-left: -5px;
margin-bottom: 12px;
@@ -862,7 +861,7 @@ img, .normalButton {
.new-design .downloadText {
font-size: 26px;
padding-bottom: 0;
- font-family: "RalewayLight";
+ font-family: "Raleway";
}
.new-design .projectDescription {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/e865e6b987891f497c5e8c7f352736f411bec3e7
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/e865e6b987891f497c5e8c7f352736f411bec3e7
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list