Changeset 119780 in spip-zone
- Timestamp:
- Jan 16, 2020, 2:28:06 PM (14 months ago)
- Location:
- _themes_/spipr/v2/patisson
- Files:
-
- 9 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/spipr/v2/patisson/css/generics/fonts.scss
r119778 r119780 4 4 font-style: normal; 5 5 font-weight: 300; 6 src: url('../fonts/cormorant-garamond-v7-latin-300.eot'); /* IE9 Compat Modes */7 6 src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), 8 7 url('../fonts/cormorant-garamond-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ … … 18 17 font-style: italic; 19 18 font-weight: 300; 20 src: url('../fonts/cormorant-garamond-v7-latin-300italic.eot'); /* IE9 Compat Modes */21 19 src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), 22 20 url('../fonts/cormorant-garamond-v7-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ … … 32 30 font-style: normal; 33 31 font-weight: 300; 34 src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */35 32 src: local('Lato Light'), local('Lato-Light'), 36 33 url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ … … 46 43 font-style: italic; 47 44 font-weight: 300; 48 src: url('../fonts/lato-v16-latin-300italic.eot'); /* IE9 Compat Modes */49 45 src: local('Lato Light Italic'), local('Lato-LightItalic'), 50 46 url('../fonts/lato-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ … … 54 50 url('../fonts/lato-v16-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */ 55 51 } 56 57 /* pt-serif-regular - latin */58 @font-face {59 font-family: 'PT Serif';60 font-style: normal;61 font-weight: 400;62 src: url('../fonts/pt-serif-v11-latin-regular.eot'); /* IE9 Compat Modes */63 src: local('PT Serif'), local('PTSerif-Regular'),64 url('../fonts/pt-serif-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */65 url('../fonts/pt-serif-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */66 url('../fonts/pt-serif-v11-latin-regular.woff') format('woff'), /* Modern Browsers */67 url('../fonts/pt-serif-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */68 url('../fonts/pt-serif-v11-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */69 }
Note: See TracChangeset
for help on using the changeset viewer.