|
3
|
1 |
@font-face { |
|
|
2 |
font-family: "Metric"; |
|
|
3 |
font-weight: normal; |
|
|
4 |
font-style: normal; |
|
|
5 |
src: url("../font/MetricF-Regular.otf"); |
|
|
6 |
} |
|
|
7 |
@font-face { |
|
|
8 |
font-family: "Metric"; |
|
|
9 |
font-weight: bold; |
|
|
10 |
font-style: normal; |
|
|
11 |
src: url("../font/MetricF-Bold.otf"); |
|
|
12 |
} |
|
|
13 |
@font-face { |
|
|
14 |
font-family: "Metric"; |
|
|
15 |
font-weight: normal; |
|
|
16 |
font-style: italic; |
|
|
17 |
src: url("../font/MetricF-Italic.otf"); |
|
|
18 |
} |
|
|
19 |
a, body, div, h1, h2, h3, h4, h5, h6, li, p, span, ul { |
|
|
20 |
font-weight: normal; margin: 0; padding: 0; border: none; font-size: 100%; |
|
|
21 |
font: inherit; text-decoration: none; color: inherit; |
|
|
22 |
} |
|
|
23 |
ul { |
|
|
24 |
list-style: none; |
|
|
25 |
} |
|
|
26 |
body { |
|
|
27 |
font-family: Metric; background: #000000; |
|
|
28 |
} |