client/css/base-metric.css
author veltr
Fri, 24 Feb 2012 12:08:41 +0100
changeset 41 91adc8bf6205
parent 5 ab76826cf7bc
permissions -rw-r--r--
Corrected walls

@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;
}