firefly-iii/public/v1/css/gf-source.css

80 lines
4.5 KiB
CSS
Raw Normal View History

2021-03-28 04:43:07 -05:00
/*
* gf-source.css
* Copyright (c) 2021 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
2020-03-10 13:51:26 -05:00
/* source-sans-pro-300 - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
2020-03-10 13:51:26 -05:00
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2017-10-22 03:38:19 -05:00
}
2017-11-15 04:33:07 -06:00
2020-03-10 13:51:26 -05:00
/* source-sans-pro-600 - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
2020-03-10 13:51:26 -05:00
font-weight: 600;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2017-10-22 03:38:19 -05:00
}
2017-11-15 04:33:07 -06:00
2020-03-10 13:51:26 -05:00
/* source-sans-pro-regular - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
2020-03-10 13:51:26 -05:00
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2017-10-22 03:38:19 -05:00
}
2017-11-15 04:33:07 -06:00
2020-03-10 13:51:26 -05:00
/* source-sans-pro-italic - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
2020-03-10 13:51:26 -05:00
font-style: italic;
2017-10-22 03:38:19 -05:00
font-weight: 400;
2020-03-10 13:51:26 -05:00
src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2017-10-22 03:38:19 -05:00
}
2017-11-15 04:33:07 -06:00
2020-03-10 13:51:26 -05:00
/* source-sans-pro-600italic - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
2020-03-10 13:51:26 -05:00
font-style: italic;
2017-10-22 03:38:19 -05:00
font-weight: 600;
2020-03-10 13:51:26 -05:00
src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2017-10-22 03:38:19 -05:00
}
2017-11-15 04:33:07 -06:00
2020-03-10 13:51:26 -05:00
/* source-sans-pro-700 - greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin */
2017-10-22 03:38:19 -05:00
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
2020-03-10 13:51:26 -05:00
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-greek_cyrillic-ext_vietnamese_greek-ext_latin-ext_cyrillic_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2018-01-23 11:10:04 -06:00
}