From 0f04ba658cee4fa6754cb8417fa2ad6a0aa39dac Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Mon, 4 Sep 2023 19:24:24 +0200 Subject: [PATCH] Pull in latest changes from upstream --- css/brands.css | 181 +++++++-- css/skeleton-auto.css | 53 +++ css/skeleton-dark.css | 53 +++ css/skeleton-light.css | 53 +++ ...ek-ext_greek_cyrillic-ext_cyrillic-600.eot | Bin 0 -> 63772 bytes ...ek-ext_greek_cyrillic-ext_cyrillic-600.svg | 366 ++++++++++++++++++ ...ek-ext_greek_cyrillic-ext_cyrillic-600.ttf | Bin 0 -> 122036 bytes ...k-ext_greek_cyrillic-ext_cyrillic-600.woff | Bin 0 -> 70724 bytes ...-ext_greek_cyrillic-ext_cyrillic-600.woff2 | Bin 0 -> 56336 bytes ...ek-ext_greek_cyrillic-ext_cyrillic-700.eot | Bin 0 -> 61606 bytes ...ek-ext_greek_cyrillic-ext_cyrillic-700.svg | 365 +++++++++++++++++ ...ek-ext_greek_cyrillic-ext_cyrillic-700.ttf | Bin 0 -> 122092 bytes ...k-ext_greek_cyrillic-ext_cyrillic-700.woff | Bin 0 -> 68728 bytes ...-ext_greek_cyrillic-ext_cyrillic-700.woff2 | Bin 0 -> 54576 bytes ...ek-ext_greek_cyrillic-ext_cyrillic-800.eot | Bin 0 -> 62144 bytes ...ek-ext_greek_cyrillic-ext_cyrillic-800.svg | 363 +++++++++++++++++ ...ek-ext_greek_cyrillic-ext_cyrillic-800.ttf | Bin 0 -> 122492 bytes ...k-ext_greek_cyrillic-ext_cyrillic-800.woff | Bin 0 -> 69472 bytes ...-ext_greek_cyrillic-ext_cyrillic-800.woff2 | Bin 0 -> 54804 bytes ...xt_greek_cyrillic-ext_cyrillic-regular.eot | Bin 0 -> 63814 bytes ...xt_greek_cyrillic-ext_cyrillic-regular.svg | 365 +++++++++++++++++ ...xt_greek_cyrillic-ext_cyrillic-regular.ttf | Bin 0 -> 122108 bytes ...t_greek_cyrillic-ext_cyrillic-regular.woff | Bin 0 -> 70856 bytes ..._greek_cyrillic-ext_cyrillic-regular.woff2 | Bin 0 -> 56348 bytes images/icons/apple-music-white.svg | 34 ++ images/icons/apple-music.svg | 43 ++ images/icons/apple-podcasts-white.svg | 8 + images/icons/apple-podcasts.svg | 31 ++ images/icons/clubhouse.svg | 8 + images/icons/google-podcasts.svg | 10 + images/icons/google_scholar.svg | 1 + images/icons/hashnode.svg | 1 + images/icons/mastodon.svg | 12 +- images/icons/post.news.png | Bin 0 -> 3271 bytes images/icons/redbubble.svg | 3 + images/icons/spotify-green.svg | 7 + images/icons/substack.svg | 3 + images/icons/unsplash.svg | 3 + images/icons/youtube-music.svg | 28 ++ index.html | 1 - privacy.html | 2 +- 41 files changed, 1965 insertions(+), 29 deletions(-) create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2 create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2 create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2 create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff create mode 100644 fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2 create mode 100644 images/icons/apple-music-white.svg create mode 100644 images/icons/apple-music.svg create mode 100644 images/icons/apple-podcasts-white.svg create mode 100644 images/icons/apple-podcasts.svg create mode 100644 images/icons/clubhouse.svg create mode 100644 images/icons/google-podcasts.svg create mode 100644 images/icons/google_scholar.svg create mode 100644 images/icons/hashnode.svg create mode 100644 images/icons/post.news.png create mode 100644 images/icons/redbubble.svg create mode 100644 images/icons/spotify-green.svg create mode 100644 images/icons/substack.svg create mode 100755 images/icons/unsplash.svg create mode 100644 images/icons/youtube-music.svg diff --git a/css/brands.css b/css/brands.css index 36c52f1..4c14feb 100644 --- a/css/brands.css +++ b/css/brands.css @@ -104,6 +104,46 @@ button:hover, filter: brightness(90%); } +/* Apple Music */ +.button.button-apple-music { + color: #ffffff; + background-color: #000000; +} +.button.button-apple-music:hover, +.button.button-apple-music:focus { + filter: brightness(90%); +} + +/* Apple Music Alt */ +.button.button-apple-music-alt { + color: #ffffff; + background-image: linear-gradient(to bottom, #FB5C74, #FA233B); +} +.button.button-apple-music-alt:hover, +.button.button-apple-music-alt:focus { + filter: brightness(90%); +} + +/* Apple Podcasts */ +.button.button-apple-podcasts { + color: #ffffff; + background-color: #000000; +} +.button.button-apple-podcasts:hover, +.button.button-apple-podcasts:focus { + filter: brightness(90%); +} + +/* Apple Podcasts Alt */ +.button.button-apple-podcasts-alt { + color: #ffffff; + background-image: linear-gradient(to bottom, #F452FF, #832BC1); +} +.button.button-apple-podcasts-alt:hover, +.button.button-apple-podcasts-alt:focus { + filter: brightness(90%); +} + /* Bandcamp */ .button.button-bandcamp { color: #ffffff; @@ -124,13 +164,13 @@ button:hover, filter: brightness(90%); } -/* Ko-fi */ -.button.button-ko-fi { - color: #ffffff; - background-color: #13C3FF; +/* Clubhouse */ +.button.button-clubhouse { + color: #1F1F1A; + background-color: #F1EFE3; } -.button.button-ko-fi:hover, -.button.button-ko-fi:focus { +.button.button-coffee:hover, +.button.button-coffee:focus { filter: brightness(90%); } @@ -222,7 +262,7 @@ button:hover, filter: brightness(90%); } -/* Github */ +/* GitHub */ .button.button-github { color: #ffffff; background-color: #000000; @@ -262,6 +302,36 @@ button:hover, filter: brightness(90%); } +/* Google Podcasts */ +.button.button-google-podcasts { + color: #000000; + background-color: #FFFFFF; +} +.button.button-google-podcasts:hover, +.button.button-google-podcasts:focus { + filter: brightness(90%); +} + +/* Google Scholar */ +.button.button-google-scholar { + color: #000000; + background-color: #f5f5f5; +} +.button.button-google-scholar:hover, +.button.button-google-scholar:focus { + filter: brightness(90%); +} + +/* Hashnode */ +.button.button-hashnode { + color: #000000; + background-color: #ffffff; +} +.button.button-hashnode:hover, +.button.button-hashnode:focus { + filter: brightness(90%); +} + /* Instagram */ .button.button-instagram { color: #ffffff; @@ -292,6 +362,26 @@ button:hover, filter: brightness(90%); } +/* Ko-fi */ +.button.button-ko-fi { + color: #ffffff; + background-color: #13C3FF; +} +.button.button-ko-fi:hover, +.button.button-ko-fi:focus { + filter: brightness(90%); +} + +/* Letterboxd */ +.button.button-letterboxd { + color: #ffffff; + background-color: #2c3440; +} +.button.button-letterboxd:hover, +.button.button-letterboxd:focus { + filter: brightness(90%); +} + /* LinkedIn */ .button.button-linked { color: #ffffff; @@ -305,7 +395,7 @@ button:hover, /* Mastodon */ .button.button-mastodon { color: #ffffff; - background-color: #1f232b; + background-color: #17063B; } .button.button-mastodon:hover, .button.button-mastodon:focus { @@ -375,6 +465,16 @@ button:hover, filter: brightness(90%); } +/* Post.news */ +.button.button-post-news { + color: #ffffff; + background-color: #678BFF; +} +.button.button-post-news:hover, +.button.button-post-news:focus { + filter: brightness(90%); +} + /* Producthunt */ .button.button-producthunt { color: #da552f; @@ -388,6 +488,19 @@ button:hover, filter: brightness(90%); } +/* Redbubble */ +.button.button-redbubble { + color: #e41321; + border-style: solid; + border-color: #e41321; + border-width: 2px; + background-color: #ffffff; +} +.button.button-redbubble:hover, +.button.button-redbubble:focus { + filter: brightness(90%); +} + /* Reddit */ .button.button-reddit { color: #000000; @@ -448,6 +561,16 @@ button:hover, filter: brightness(90%); } +/* Spotify Alt */ +.button.button-spotify-alt { + color: #FFFFFF; + background-color: #191414; +} +.button.button-spotify-alt:hover, +.button.button-spotify-alt:focus { + filter: brightness(90%); +} + /* Steam */ .button.button-steam { color: #ffffff; @@ -468,6 +591,16 @@ button:hover, filter: brightness(90%); } +/* Substack */ +.button.button-substack { + color: #ffffff; + background-color: #FF6719; +} +.button.button-substack:hover, +.button.button-substack:focus { + filter: brightness(90%); +} + /* Telegram */ .button.button-telegram { color: #ffffff; @@ -538,16 +671,6 @@ button:hover, filter: brightness(90%); } -/* Venmo */ -.button.button-venmo { - color: #ffffff; - background-color: #008CFF; -} -.button.button-venmo:hover, -.button.button-venmo:focus { - filter: brightness(90%); -} - /* Untappd */ .button.button-untappd { color: #ffffff; @@ -558,6 +681,16 @@ button:hover, filter: brightness(90%); } +/* Venmo */ +.button.button-venmo { + color: #ffffff; + background-color: #008CFF; +} +.button.button-venmo:hover, +.button.button-venmo:focus { + filter: brightness(90%); +} + /* Vimeo */ .button.button-vimeo { color: #ffffff; @@ -629,12 +762,12 @@ button:hover, filter: brightness(90%); } -/* Letterboxd */ -.button.button-letterboxd { - color: #ffffff; - background-color: #2c3440; +/* Unsplash */ +.button.button-unsplash { + color: #000000; + background-color: #ffffff; } -.button.button-letterboxd:hover, -.button.button-letterboxd:focus { +.button.button-unsplash:hover, +.button.button-unsplash:focus { filter: brightness(90%); } diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index 6d9d188..24e9191 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -205,4 +205,57 @@ hr { object-fit: cover; background-position: center; border-radius: 50%; +} + +/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */ } \ No newline at end of file diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index fe9a7ae..4a0fc4b 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -205,4 +205,57 @@ hr { object-fit: cover; background-position: center; border-radius: 50%; +} + +/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */ } \ No newline at end of file diff --git a/css/skeleton-light.css b/css/skeleton-light.css index de3fd8e..61f49b0 100644 --- a/css/skeleton-light.css +++ b/css/skeleton-light.css @@ -205,4 +205,57 @@ hr { object-fit: cover; background-position: center; border-radius: 50%; +} + +/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */ +} +/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot'); /* IE9 Compat Modes */ + src: url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */ } \ No newline at end of file diff --git a/fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot b/fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.eot new file mode 100644 index 0000000000000000000000000000000000000000..12c84642f14dbea16a3163604c4552ff492b6964 GIT binary patch literal 63772 zcma&NRa6{Iv@ATspo6=^Fu1$BySuxS1Wj-m26uOtV8J~k3>w_sf;&M136|u3_x$(a zJpR2O_TJUiz51zFtyX5t&MfRSr}_3wZi zdO+JH(ezp3xc!DR*j4n4c%MWDL6IH>cfMq%iU^Axz+)6mC0~J)2uf`rJ5zi$!XFqE zV?WtUpIbD|^p)Cwg+6+Kl2evd8RM@AJ*29$x(J6^w{yMkgcOwFt5s3CFLJwYeo@TM zfqpLJLURq_7{;j~xEC&9=^RH^PLX3%PT?GAd9z5*kh`!-e_`BGYb;eV}FDOiGIfY+ckD)kP-5Wsd>GDVV zy-wS%2!3ri9VvR5Os0QxAjGcYQd{A6t?qg)@OP%<%NQ**6i>QmOa!fx3OevAH*ncc zcEnlXIYKYJlkM+u`6HKd!E{8HluakUIPRJqUI)V<8yPsM!BF#Fa}!> zIG$bT^MDeO6;XcgO0_HNV*TJ3~yAtbOyrlm^BP`cHOiEbGH2U2%HN#)Vqc82*XPUms!IP7b89Zy%-xC zj{7v`=N`(|sh@;Dfy2Mc{cZal&-}I9LJ7?bd-a1fHdb7Gl~;?uap7I))XwCk^wpdv zFHu%%pEFPThuoO>EDt}d0sdhmw03Ey4m`!?@#YQI%6;<(FS&uQq_fVeB1&IyVFXwb ztv3hQ38mN!YZj--_}K)!^bg1O@t20Msl?`dV1L4{DC`vXhIhbq z6&TJc_g?$lVob$O)0OOynSNAHNBOZ8vbB5Rl{y#sMV-@3kf|JdeJQ>gsHbLdW;vNf zs6nS*poLYfN+eGPGvlhN=UEeIZ6HP}&7mi>&n;*OV|wQ@l?bPDoE+ zB!RNK@fD>SR=d+{X>ti^vW>~fSd8}O576JE?y%J1X}$=#%Q5W;Y3Q|LbnkhpN;}=B z-?n2JvVDP7Q+YS=?sH;U-MWm_ti+pc=8v1OAR(I=I@1zQ zmdxJycx;o>S!uqY&P=-^{Hueb00JAG=2jj6Nw zVQ8qY7uI)bD)|q}%BR~sEw9?ZmM^M(9>wQYLOT~f^6A^aqp?Yv{0j2Q8uNH(vjPg7 zUP%<7+XM=d&vZ|%KBDvVNc<$(Db)`Y?D&#f5py+@FZWSus7_ezJLg%@#5edqr^&-a z2c?)B3IBF14U03OSDSRC@d;Yo5XUx+z5P&A;cRub7myp6R?zNiWn4adrd zl0WklhD$RWs?h$jC@f&IcPQHI%mjv{`4UW|%aqvc-lL+DyPO(iXC`*P5xdFe6HENn z^&Xw_lQ$uUekNcqBJ&+K%Q%vFzMd14d#U3kjlwo&rNzc2!?!sMH$+WqGXP0OC}fkr zN>)q*4B<#}pIq2_#hi=4lycQW6S{e~)zqZfu2XIBCC-_Coa<^m!G;B{@Cl7P90owO zwvkf~2g2_oQ(R2A*jzsDKw8n4)AW84em^uAv@P&1)#B(>hDhE<)ur=|80&&=lI5JX z9=U{}N>ln}Due9jqaysM8GNcVkUNM7y%NJfF9vP~zg1pa=SJ{7ot9+w+`4apXJ5)j z@T$9eaq};UTg-PB1eYQf#mqv)&IlR1!PH+WzfT~jo<)|d(t=tts{LSMrp`24+rTP? z22UEJ7ZAQ#pk50_UuPY9hRxdz4C&&nlb?3A#kG`$H|V`c^)5!1*uBa6Yuy?`MTq=A z>f`M3Z4%1!qnz$0w8QJYW-Ug-h`%C=p#?ei?XxDC=U^5CYI0z#lJnu5y=PESgcE4K zK)|7O27>&f z_pvvqd~%Em@%&?3dixHh#k(rV=v^yIvuLm&yR`ei+KGjK*D>7`Da{u|+HCM)o$qD+ z^m*Av%L>&>khAz-iEdgP*xjQKO(dYEhm3uuFIWXME#`?m`hdQupJ(d%L~eL1tv0$q zM|)Q;+w8uQO<~~S-wvyW>~U>j|F)yHusyA;0gmF7 z21chRhNA%E5g_)ow7Oh4ipBUl-ZC0{1z++oXCBgjwUGJ4eZFTgqH>xY^^zO*se