@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
14 lines (13 loc) • 723 B
CSS
/**
* Do NOT use any LESS syntax in this file because it may be used externally without UI5
*/
@font-face {
font-family: "SAP-icons";
src:
url('fonts/SAP-icons.woff2') format('woff2'), /* Chrome 36+, Firefox 39+, Safari 10+, Edge 14+, Chrome 51+ for Android */
url('fonts/SAP-icons.woff') format('woff'), /* IE9+, Safari 5.1+, iOS 5.1+, Android Browser 4.4+, IE Mobile 11+ */
url('fonts/SAP-icons.ttf') format('truetype'), /* Fallback for any older browser (except IE8 and below which are not supported anyway) */
local('SAP-icons'); /* fallback to local installed font in case it can't be loaded (e.g. font download is disabled due to browser security settings) */
font-weight: normal;
font-style: normal;
}