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/global.css
flashwave fd7d3178f2 Push shit I already had
Signed-off-by: Flashwave <me@flash.moe>
2015-02-21 13:53:05 +01:00

60 lines
2.1 KiB
CSS

/* Fix unwanted shit some browsers do *looks at chrome* */
* {
font-size-adjust: none !important;
-webkit-appearance: none !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('//cdn.flashii.net/fonts/segoeui.eot');
src: local("Segoe UI"),
local("Segoe"),
local("Segoe WP"),
url('//cdn.flashii.net/fonts/segoeui.eot?#iefix') format('embedded-opentype'),
url('//cdn.flashii.net/fonts/segoeui.woff') format('woff'),
url('//cdn.flashii.net/fonts/segoeui.svg#SegoeUI') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Semibold';
src: url('//cdn.flashii.net/fonts/seguisb.eot');
src: local("Segoe Semibold"),
local("Segoe WP Semibold"),
url('//cdn.flashii.net/fonts/seguisb.eot?#iefix') format('embedded-opentype'),
url('//cdn.flashii.net/fonts/seguisb.woff') format('woff'),
url('//cdn.flashii.net/fonts/seguisb.svg#SegoeUISemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Bold';
src: url('//cdn.flashii.net/fonts/segoeuib.eot');
src: local("Segoe Bold"),
local("Segoe WP Bold"),
url('//cdn.flashii.net/fonts/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
url('//cdn.flashii.net/fonts/segoeuib.woff') format('woff'),
url('//cdn.flashii.net/fonts/segoeuib.svg#SegoeUIBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Aller';
src: url('//cdn.flashii.net/fonts/aller.eot');
src: local("Aller"),
url('//cdn.flashii.net/fonts/aller.eot?#iefix') format('embedded-opentype'),
url('//cdn.flashii.net/fonts/aller.woff') format('woff'),
url('//cdn.flashii.net/fonts/aller.svg#SegoeUILight') format('svg');
font-weight: normal;
font-style: normal;
}