fixedsys-css
Version:
## Fixedsys font
36 lines (31 loc) • 842 B
CSS
@font-face {
font-family: 'fixedsys';
src: url('fonts/../../fonts/fsex300-webfont.eot');
src: url('../fonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/fsex300-webfont.woff') format('woff'),
url('../fonts/fsex300-webfont.ttf') format('truetype'),
url('../fonts/fsex300-webfont.svg#fixedsys') format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: none;
font-smooth: never;
}
html, body {
margin: 0;
padding: 0;
background: #000000;
color: #a8a8a8;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
margin-bottom: 16px;
}
* {
font-family: 'fixedsys' ;
font-size: 16px ;
font-weight: normal ;
text-decoration: none;
margin: 0;
padding: 0;
}