diff -r 5533075b5f08 -r 82b4715202d1 client/css/base-metric.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/css/base-metric.css Wed Feb 15 18:52:07 2012 +0100 @@ -0,0 +1,28 @@ +@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; +} \ No newline at end of file