Skip to content

Commit 8b42208

Browse files
committed
Adds Meetup-icon via icomoon
1 parent ed0c829 commit 8b42208

File tree

5 files changed

+45
-1
lines changed

5 files changed

+45
-1
lines changed

Diff for: src/module/Phpug/public/css/phpugstyle.css

+34-1
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,37 @@ section > div#map {
182182
padding-right: 20px;
183183
}
184184

185-
}
185+
}
186+
187+
/* Include Icomoon */
188+
@font-face {
189+
font-family: 'icomoon';
190+
src:url('/fonts/phpug/icomoon/icomoon.eot?l3lo');
191+
src:url('/fonts/phpug/fonts/icomoon/icomoon.eot?l3lo#iefix') format('embedded-opentype'),
192+
url('/fonts/phpug/icomoon/icomoon.ttf?l3lo') format('truetype'),
193+
url('/fonts/phpug/icomoon/icomoon.woff?l3lo') format('woff'),
194+
url('/fonts/phpug/icomoon/icomoon.svg?l3lo#icomoon') format('svg');
195+
font-weight: normal;
196+
font-style: normal;
197+
}
198+
199+
[class^="icon-"], [class*=" icon-"] {
200+
/* use !important to prevent issues with browser extensions that change fonts */
201+
font-family: 'icomoon' !important;
202+
speak: none;
203+
font-style: normal;
204+
font-weight: normal;
205+
font-variant: normal;
206+
text-transform: none;
207+
line-height: 1;
208+
209+
/* Better Font Rendering =========== */
210+
-webkit-font-smoothing: antialiased;
211+
-moz-osx-font-smoothing: grayscale;
212+
}
213+
214+
.icon-meetup-logo:before {
215+
content: "\e900";
216+
}
217+
218+
/* END Icomoon */

Diff for: src/module/Phpug/public/fonts/icomoon/icomoon.eot

2.71 KB
Binary file not shown.

Diff for: src/module/Phpug/public/fonts/icomoon/icomoon.svg

+11
Loading

Diff for: src/module/Phpug/public/fonts/icomoon/icomoon.ttf

2.55 KB
Binary file not shown.

Diff for: src/module/Phpug/public/fonts/icomoon/icomoon.woff

2.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)