/* ***************************** Font: Segoe UI The order from best to worst format is (see: https://creativemarket.com/blog/the-missing-guide-to-font-formats) woff2 > woff > otf > ttf > svg > eot ... so if you are using service workers to precache fonts, only include the 1st format you have available following this order sequence. Example: if you have a font in only woff and ttf, just include the woff on the precaching. ******************************** */ /* @font-face { font-family: 'SegoeUI-SemiBold'; src: url('/view/eventregistration/fonts/font-segoe_ui/seguisb.eot'); src: url('/view/eventregistration/fonts/font-segoe_ui/seguisb.woff') format('woff'), url('/view/eventregistration/fonts/font-segoe_ui/seguisb.ttf') format('truetype'), url('/view/eventregistration/fonts/font-segoe_ui/seguisb.svg#seguisb') format('svg'), url('/view/eventregistration/fonts/font-segoe_ui/seguisb.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } */ @font-face { font-family: 'Segoe UI'; src: url('/view/eventregistration/fonts/font-segoe_ui/segoeui.eot'); src: url('/view/eventregistration/fonts/font-segoe_ui/segoeui.woff') format('woff'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.ttf') format('truetype'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.svg#segoeui') format('svg'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SegoeUI'; src: url('/view/eventregistration/fonts/font-segoe_ui/segoeui.eot'); src: url('/view/eventregistration/fonts/font-segoe_ui/segoeui.woff') format('woff'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.ttf') format('truetype'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.svg#segoeui') format('svg'), url('/view/eventregistration/fonts/font-segoe_ui/segoeui.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }