This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/content/segoe-ui.css

49 lines
1.6 KiB
CSS
Raw Normal View History

2015-04-13 10:14:59 +00:00
/* Font faces (not taken from microsoft.com at all) */
@font-face {
font-family: 'Segoe UI';
src: url('/fonts/segoeui.eot');
src: local("Segoe UI"),
local("Segoe"),
local("Segoe WP"),
url('/fonts/segoeui.eot?#iefix') format('embedded-opentype'),
url('/fonts/segoeui.woff') format('woff'),
url('/fonts/segoeui.svg#SegoeUI') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Semibold';
src: url('/fonts/seguisb.eot');
src: local("Segoe Semibold"),
local("Segoe WP Semibold"),
url('/fonts/seguisb.eot?#iefix') format('embedded-opentype'),
url('/fonts/seguisb.woff') format('woff'),
url('/fonts/seguisb.svg#SegoeUISemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Bold';
src: url('/fonts/segoeuib.eot');
src: local("Segoe Bold"),
local("Segoe WP Bold"),
url('/fonts/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
url('/fonts/segoeuib.woff') format('woff'),
url('/fonts/segoeuib.svg#SegoeUIBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Light';
src: url('/fonts/segoeuil.eot');
src: local("Segoe UI Light"),
local("Segoe WP Light"),
url('/fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
url('/fonts/segoeuil.woff') format('woff'),
url('/fonts/segoeuil.svg#SegoeUILight') format('svg');
font-weight: normal;
font-style: normal;
}