mirror of
https://github.com/logos-co/logos-lips.git
synced 2026-08-31 10:11:10 +00:00
47 lines
1.7 KiB
CSS
47 lines
1.7 KiB
CSS
/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */
|
|
/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */
|
|
|
|
/* open-sans-regular - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Open Sans Regular'), local('OpenSans-Regular'),
|
|
url('../fonts/open-sans-v17-all-charsets-regular.woff2') format('woff2');
|
|
}
|
|
|
|
/* open-sans-italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local('Open Sans Italic'), local('OpenSans-Italic'),
|
|
url('../fonts/open-sans-v17-all-charsets-italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* open-sans-600 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
|
|
url('../fonts/open-sans-v17-all-charsets-600.woff2') format('woff2');
|
|
}
|
|
|
|
/* open-sans-700 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Open Sans Bold'), local('OpenSans-Bold'),
|
|
url('../fonts/open-sans-v17-all-charsets-700.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-code-pro-500 - latin_vietnamese_latin-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('../fonts/source-code-pro-v11-all-charsets-500.woff2') format('woff2');
|
|
}
|