File tree 5 files changed +45
-1
lines changed
5 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -182,4 +182,37 @@ section > div#map {
182
182
padding-right : 20px ;
183
183
}
184
184
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 */
You can’t perform that action at this time.
0 commit comments