-
Notifications
You must be signed in to change notification settings - Fork 0
/
korea-map-font-v1.css
41 lines (40 loc) · 1.21 KB
/
korea-map-font-v1.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@font-face {
font-family: 'KoreaMapFontV1';
src: url("../font/korea-map-font-v1.eot");
src: url("../font/korea-map-font-v1.eot?#iefix") format("embedded-opentype"), url("../font/korea-map-font-v1.woff") format("woff"), url("../font/korea-map-font-v1.ttf") format("truetype"), url("../font/korea-map-font-v1.svg#koreamapfontv1regular") format("svg");
font-weight: normal;
font-style: normal;
}
.korea-map-font-v1 {
font: normal normal 300px/100% "KoreaMapFontV1";
font-size-adjust: none;
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLigibility;
-moz-font-feature-settings: "liga-1";
-ms-font-feature-settings: "liga" 1;
-ms-font-feature-settings: "liga", "dlig";
overflow: hidden;
width: 300px;
display: block;
margin: 0 auto;
padding: 0;
list-style: none;
}
.korea-map-font-v1 li {
float: left;
margin: -20% 0 0 -100%;
position: relative;
left: 101%;
width: 100%;
cursor: default;
-webkit-transition: all 1s ease-in;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}