File modules/cms/ui/themes/default/style/openrat-font.css
Last commit: Sun Oct 13 13:17:32 2024 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.
1 /* oxygen-regular - latin */ 2 @font-face { 3 font-family: 'Oxygen'; 4 font-style: normal; 5 font-weight: 400; 6 src: local('Oxygen Regular'), local('Oxygen-Regular'), url('../font/oxygen-v7-latin-regular.woff') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/oxygen-v7-latin-regular.woff') format('woff'); 7 8 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 9 } 10 /* source-code-pro-regular - latin */ 11 @font-face { 12 font-family: 'Source Code Pro'; 13 font-style: normal; 14 font-weight: 400; 15 src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('../font/source-code-pro-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/source-code-pro-v8-latin-regular.woff') format('woff'); 16 17 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 18 } 19 @font-face { 20 font-family: 'Material Icons'; 21 font-style: normal; 22 font-weight: 400; 23 src: local('Material Icons'), local('MaterialIcons-Regular'), url('../font/MaterialIcons-Regular.woff2') format('woff2'); 24 } 25
Downloadmodules/cms/ui/themes/default/style/openrat-font.css
History Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.