From 01c9ae896dd255c3cd24e11255e1e73e03397274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Diaz=20Perez?= Date: Tue, 22 Oct 2019 12:36:40 +0200 Subject: [PATCH 1/2] Fixed wrong name for SemiBold font --- ...OpenSans-SemiBold2.eot => OpenSans-SemiBold.eot} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename fonts/SemiBold/{OpenSans-SemiBold2.eot => OpenSans-SemiBold.eot} (100%) diff --git a/fonts/SemiBold/OpenSans-SemiBold2.eot b/fonts/SemiBold/OpenSans-SemiBold.eot similarity index 100% rename from fonts/SemiBold/OpenSans-SemiBold2.eot rename to fonts/SemiBold/OpenSans-SemiBold.eot From e09cf92b8c9b1c440e44f08b63c60d63fb00e580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Diaz=20Perez?= Date: Tue, 22 Oct 2019 12:37:05 +0200 Subject: [PATCH 2/2] Fixed wrong reference for SemiBold font --- open-sans.less | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/open-sans.less b/open-sans.less index 236a402..4b0718a 100644 --- a/open-sans.less +++ b/open-sans.less @@ -54,31 +54,31 @@ } /* END Italic */ -/* BEGIN Semibold */ +/* BEGIN SemiBold */ @font-face { font-family: 'Open Sans'; - src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot'); - src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), - url('@{OpenSansPath}/Semibold/OpenSans-Semibold.woff') format('woff'), - url('@{OpenSansPath}/Semibold/OpenSans-Semibold.ttf') format('truetype'), - url('@{OpenSansPath}/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg'); + src: url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.eot'); + src: url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), + url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.woff') format('woff'), + url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.ttf') format('truetype'), + url('@{OpenSansPath}/SemiBold/OpenSans-SemiBold.svg#OpenSansSemiBold') format('svg'); font-weight: 600; font-style: normal; } -/* END Semibold */ +/* END SemiBold */ -/* BEGIN Semibold Italic */ +/* BEGIN SemiBold Italic */ @font-face { font-family: 'Open Sans'; - src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot'); - src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), - url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'), - url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'), - url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic') format('svg'); + src: url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.eot'); + src: url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), + url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.woff') format('woff'), + url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.ttf') format('truetype'), + url('@{OpenSansPath}/SemiBoldItalic/OpenSans-SemiBoldItalic.svg#OpenSansSemiBoldItalic') format('svg'); font-weight: 600; font-style: italic; } -/* END Semibold Italic */ +/* END SemiBold Italic */ /* BEGIN Bold */ @font-face {