diff --git a/frontend/confirm-email.html b/frontend/confirm-email.html index 9d6eaf0..b609a00 100644 --- a/frontend/confirm-email.html +++ b/frontend/confirm-email.html @@ -4,7 +4,6 @@ - Commento: Email Confirmation diff --git a/frontend/dashboard.html b/frontend/dashboard.html index 9080d79..783434c 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -8,7 +8,6 @@ - Commento: Dashboard diff --git a/frontend/fonts/source-sans-300-cyrillic-ext.woff2 b/frontend/fonts/source-sans-300-cyrillic-ext.woff2 new file mode 100644 index 0000000..b09141c Binary files /dev/null and b/frontend/fonts/source-sans-300-cyrillic-ext.woff2 differ diff --git a/frontend/fonts/source-sans-300-cyrillic.woff2 b/frontend/fonts/source-sans-300-cyrillic.woff2 new file mode 100644 index 0000000..9fb8d5d Binary files /dev/null and b/frontend/fonts/source-sans-300-cyrillic.woff2 differ diff --git a/frontend/fonts/source-sans-300-greek-ext.woff2 b/frontend/fonts/source-sans-300-greek-ext.woff2 new file mode 100644 index 0000000..26adf1e Binary files /dev/null and b/frontend/fonts/source-sans-300-greek-ext.woff2 differ diff --git a/frontend/fonts/source-sans-300-greek.woff2 b/frontend/fonts/source-sans-300-greek.woff2 new file mode 100644 index 0000000..b2aaaae Binary files /dev/null and b/frontend/fonts/source-sans-300-greek.woff2 differ diff --git a/frontend/fonts/source-sans-300-latin-ext.woff2 b/frontend/fonts/source-sans-300-latin-ext.woff2 new file mode 100644 index 0000000..c76022d Binary files /dev/null and b/frontend/fonts/source-sans-300-latin-ext.woff2 differ diff --git a/frontend/fonts/source-sans-300-latin.woff2 b/frontend/fonts/source-sans-300-latin.woff2 new file mode 100644 index 0000000..af998ca Binary files /dev/null and b/frontend/fonts/source-sans-300-latin.woff2 differ diff --git a/frontend/fonts/source-sans-300-vietnamese.woff2 b/frontend/fonts/source-sans-300-vietnamese.woff2 new file mode 100644 index 0000000..a2a5609 Binary files /dev/null and b/frontend/fonts/source-sans-300-vietnamese.woff2 differ diff --git a/frontend/forgot.html b/frontend/forgot.html index 5a2659c..6206558 100644 --- a/frontend/forgot.html +++ b/frontend/forgot.html @@ -5,7 +5,6 @@ - Commento: Reset your Password diff --git a/frontend/login.html b/frontend/login.html index 862cc0c..ffe3687 100644 --- a/frontend/login.html +++ b/frontend/login.html @@ -5,7 +5,6 @@ - Commento: Login diff --git a/frontend/reset-password.html b/frontend/reset-password.html index 838ab3a..e95c6bd 100644 --- a/frontend/reset-password.html +++ b/frontend/reset-password.html @@ -5,7 +5,6 @@ - Commento: Reset your Password diff --git a/frontend/sass/common-main.scss b/frontend/sass/common-main.scss index e1dc309..623ff8c 100644 --- a/frontend/sass/common-main.scss +++ b/frontend/sass/common-main.scss @@ -1,4 +1,5 @@ @import "colors-main.scss"; +@import "source-sans.scss"; html { font-family: 'Source Sans Pro', sans-serif; diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss index f89d666..e6df7c8 100644 --- a/frontend/sass/dashboard-main.scss +++ b/frontend/sass/dashboard-main.scss @@ -546,7 +546,7 @@ body { } .monospace { - font-family: "Source Code Pro", monospace; + font-family: monospace; font-size: 11px; } } @@ -764,6 +764,6 @@ foreignObject { } code { - font-family: 'Source Code Pro', monospace; + font-family: monospace; font-size: 13px; } diff --git a/frontend/sass/source-sans.scss b/frontend/sass/source-sans.scss index 9b7d795..b4e192e 100644 --- a/frontend/sass/source-sans.scss +++ b/frontend/sass/source-sans.scss @@ -1,4 +1,60 @@ /* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-cyrillic-ext.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-cyrillic.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-greek-ext.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-greek.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-vietnamese.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-latin-ext.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url([[[.CdnPrefix]]]/fonts/source-sans-300-latin.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; @@ -68,7 +124,7 @@ font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url([[[.CdnPrefix]]]/fonts/source-sans-700-cyrillic.woff2) format('woff2'); - unicode-range: U+0700-045F, U+0490-0491, U+04B0-04B1, U+2116; + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { diff --git a/frontend/signup.html b/frontend/signup.html index 4c18bda..167a104 100644 --- a/frontend/signup.html +++ b/frontend/signup.html @@ -5,7 +5,6 @@ - Commento: Signup diff --git a/frontend/unsubscribe.html b/frontend/unsubscribe.html index dd64b9c..537057c 100644 --- a/frontend/unsubscribe.html +++ b/frontend/unsubscribe.html @@ -5,7 +5,6 @@ - Commento: Unsubscribe