Skip to content

Commit f9c11e4

Browse files
authored
Oct rev03
1 parent e3651b8 commit f9c11e4

File tree

18 files changed

+12238
-18387
lines changed

18 files changed

+12238
-18387
lines changed

assets/linecons/fonts/linecons.eot

15.2 KB
Binary file not shown.

assets/linecons/fonts/linecons.svg

Lines changed: 469 additions & 0 deletions
Loading

assets/linecons/fonts/linecons.ttf

15 KB
Binary file not shown.
26.7 KB
Binary file not shown.

assets/linecons/style.css

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
@font-face {
2+
font-family: 'linecons';
3+
src:url('fonts/linecons.eot');
4+
5+
6+
src: url('fonts/linecons.eot');
7+
src: url('fonts/linecons.eot?#iefix') format('embedded-opentype'),
8+
url('fonts/linecons.woff') format('woff'),
9+
url('fonts/linecons.ttf') format('truetype'),
10+
url('fonts/linecons.svg#linecons') format('svg');
11+
}
12+
13+
/* Use the following CSS code if you want to use data attributes for inserting your icons */
14+
[data-icon]:before {
15+
font-family: 'linecons' !important;
16+
content: attr(data-icon);
17+
speak: none;
18+
font-weight: normal;
19+
line-height: 1;
20+
-webkit-font-smoothing: antialiased;
21+
}
22+
23+
/* Use the following CSS code if you want to have a class per icon */
24+
[class^="li_"]:before, [class*=" li_"]:before {
25+
font-family: 'linecons' !important;
26+
font-style: normal;
27+
speak: none;
28+
font-weight: normal;
29+
line-height: 1;
30+
-webkit-font-smoothing: antialiased;
31+
}
32+
.li_heart:before {
33+
content: "\e000";
34+
}
35+
.li_cloud:before {
36+
content: "\e001";
37+
}
38+
.li_star:before {
39+
content: "\e002";
40+
}
41+
.li_tv:before {
42+
content: "\e003";
43+
}
44+
.li_sound:before {
45+
content: "\e004";
46+
}
47+
.li_video:before {
48+
content: "\e005";
49+
}
50+
.li_trash:before {
51+
content: "\e006";
52+
}
53+
.li_user:before {
54+
content: "\e007";
55+
}
56+
.li_key:before {
57+
content: "\e008";
58+
}
59+
.li_search:before {
60+
content: "\e009";
61+
}
62+
.li_settings:before {
63+
content: "\e00a";
64+
}
65+
.li_camera:before {
66+
content: "\e00b";
67+
}
68+
.li_tag:before {
69+
content: "\e00c";
70+
}
71+
.li_lock:before {
72+
content: "\e00d";
73+
}
74+
.li_bulb:before {
75+
content: "\e00e";
76+
}
77+
.li_pen:before {
78+
content: "\e00f";
79+
}
80+
.li_diamond:before {
81+
content: "\e010";
82+
}
83+
.li_display:before {
84+
content: "\e011";
85+
}
86+
.li_location:before {
87+
content: "\e012";
88+
}
89+
.li_eye:before {
90+
content: "\e013";
91+
}
92+
.li_bubble:before {
93+
content: "\e014";
94+
}
95+
.li_stack:before {
96+
content: "\e015";
97+
}
98+
.li_cup:before {
99+
content: "\e016";
100+
}
101+
.li_phone:before {
102+
content: "\e017";
103+
}
104+
.li_news:before {
105+
content: "\e018";
106+
}
107+
.li_mail:before {
108+
content: "\e019";
109+
}
110+
.li_like:before {
111+
content: "\e01a";
112+
}
113+
.li_photo:before {
114+
content: "\e01b";
115+
}
116+
.li_note:before {
117+
content: "\e01c";
118+
}
119+
.li_clock:before {
120+
content: "\e01d";
121+
}
122+
.li_paperplane:before {
123+
content: "\e01e";
124+
}
125+
.li_params:before {
126+
content: "\e01f";
127+
}
128+
.li_banknote:before {
129+
content: "\e020";
130+
}
131+
.li_data:before {
132+
content: "\e021";
133+
}
134+
.li_music:before {
135+
content: "\e022";
136+
}
137+
.li_megaphone:before {
138+
content: "\e023";
139+
}
140+
.li_study:before {
141+
content: "\e024";
142+
}
143+
.li_lab:before {
144+
content: "\e025";
145+
}
146+
.li_food:before {
147+
content: "\e026";
148+
}
149+
.li_t-shirt:before {
150+
content: "\e027";
151+
}
152+
.li_fire:before {
153+
content: "\e028";
154+
}
155+
.li_clip:before {
156+
content: "\e029";
157+
}
158+
.li_shop:before {
159+
content: "\e02a";
160+
}
161+
.li_calendar:before {
162+
content: "\e02b";
163+
}
164+
.li_vallet:before {
165+
content: "\e02c";
166+
}
167+
.li_vynil:before {
168+
content: "\e02d";
169+
}
170+
.li_truck:before {
171+
content: "\e02e";
172+
}
173+
.li_world:before {
174+
content: "\e02f";
175+
}

0 commit comments

Comments
 (0)