|
|
Linia 1: |
Linia 1: |
| /* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ | | /* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ |
|
| |
| /* Fonty */
| |
| /* gelasio-regular - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Gelasio';
| |
| font-style: normal;
| |
| font-weight: 400;
| |
| src: local('Gelasio Regular'), local('Gelasio-Regular'),
| |
| url('/fonts/gelasio-v1-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/gelasio-v1-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* gelasio-italic - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Gelasio';
| |
| font-style: italic;
| |
| font-weight: 400;
| |
| src: local('Gelasio Italic'), local('Gelasio-Italic'),
| |
| url('/fonts/gelasio-v1-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/gelasio-v1-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* gelasio-600 - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Gelasio';
| |
| font-style: normal;
| |
| font-weight: 600;
| |
| src: local('Gelasio SemiBold'), local('Gelasio-SemiBold'),
| |
| url('/fonts/gelasio-v1-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/gelasio-v1-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* gelasio-600italic - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Gelasio';
| |
| font-style: italic;
| |
| font-weight: 600;
| |
| src: local('Gelasio SemiBold Italic'), local('Gelasio-SemiBoldItalic'),
| |
| url('/fonts/gelasio-v1-latin-ext_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/gelasio-v1-latin-ext_latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
| /* lato-regular - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Lato';
| |
| font-style: normal;
| |
| font-weight: 400;
| |
| src: local('Lato Regular'), local('Lato-Regular'),
| |
| url('/fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/lato-v16-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* lato-italic - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Lato';
| |
| font-style: italic;
| |
| font-weight: 400;
| |
| src: local('Lato Italic'), local('Lato-Italic'),
| |
| url('/fonts/lato-v16-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/lato-v16-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* lato-700 - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Lato';
| |
| font-style: normal;
| |
| font-weight: 700;
| |
| src: local('Lato Bold'), local('Lato-Bold'),
| |
| url('/fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/lato-v16-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
| /* lato-700italic - latin-ext_latin */
| |
| @font-face {
| |
| font-family: 'Lato';
| |
| font-style: italic;
| |
| font-weight: 700;
| |
| src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
| |
| url('/fonts/lato-v16-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
| |
| url('/fonts/lato-v16-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
| |
| }
| |
|
| |
|
| |
|
| |
|
| /* Style for horizontal lists (separator following item). | | /* Style for horizontal lists (separator following item). |