File modules/cms/ui/themes/default/style/openrat-font.less

Last commit: Sat Feb 13 20:29:42 2021 +0100	Jan Dankert	Update: Material Icons version 4 (only woff2, but newer browser are supporting woff2).
1 2 /* oxygen-regular - latin */ 3 @font-face { 4 font-family: 'Oxygen'; 5 font-style: normal; 6 font-weight: 400; 7 src: local('Oxygen Regular'), local('Oxygen-Regular'), 8 url('../font/oxygen-v7-latin-regular.woff') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 9 url('../font/oxygen-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 10 } 11 12 /* source-code-pro-regular - latin */ 13 @font-face { 14 font-family: 'Source Code Pro'; 15 font-style: normal; 16 font-weight: 400; 17 src: local('Source Code Pro'), local('SourceCodePro-Regular'), 18 url('../font/source-code-pro-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 19 url('../font/source-code-pro-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 20 } 21 22 @font-face { 23 font-family: 'Material Icons'; 24 font-style: normal; 25 font-weight: 400; 26 src: local('Material Icons'), 27 local('MaterialIcons-Regular'), 28 url('../font/MaterialIcons-Regular.woff2') format('woff2') 29 //url('../font/MaterialIcons-Regular.woff') format('woff'); // Missing woff files since material icons version 4 30 } 31
Download modules/cms/ui/themes/default/style/openrat-font.less
History Sat, 13 Feb 2021 20:29:42 +0100 Jan Dankert Update: Material Icons version 4 (only woff2, but newer browser are supporting woff2). Thu, 5 Nov 2020 22:51:14 +0100 Jan Dankert Cleaned up the LESS files, more use of the BEM schema.