@font-face {
font-family: "Metric";
font-weight: normal;
font-style: normal;
src: url("../font/MetricF-Regular.otf");
}
@font-face {
font-family: "Metric";
font-weight: bold;
font-style: normal;
src: url("../font/MetricF-Bold.otf");
}
@font-face {
font-family: "Metric";
font-weight: normal;
font-style: italic;
src: url("../font/MetricF-Italic.otf");
}
a, body, div, h1, h2, h3, h4, h5, h6, li, p, span, ul {
font-weight: normal; margin: 0; padding: 0; border: none; font-size: 100%;
font: inherit; text-decoration: none; color: inherit;
}
ul {
list-style: none;
}
body {
font-family: Metric; background: #000000;
}