hajime/public/assets/global.css
2023-08-12 00:16:32 +02:00

60 lines
1.8 KiB
CSS

/* Fix unwanted shit some browsers do *looks at chrome* */
* {
font-size-adjust: none !important;
word-wrap: break-word !important;
}
/* Image border fix */
img {
border: 0px solid transparent;
}
/* 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: 'Aller';
src: url('fonts/aller.eot');
src: local("Aller"),
url('fonts/aller.eot?#iefix') format('embedded-opentype'),
url('fonts/aller.woff') format('woff'),
url('fonts/aller.svg#SegoeUILight') format('svg');
font-weight: normal;
font-style: normal;
}