coryasilva / Leaflet.ExtraMarkers

Custom Markers for Leaflet JS based on Awesome Markers
MIT License
331 stars 125 forks source link

Font Awesome 5 #36

Closed jecheverria closed 5 years ago

jecheverria commented 5 years ago

hi, i would like to use font awesome 5, is it possible to do it? thanks

coryasilva commented 5 years ago

For the webfont version we would have to add some css here to handle the new classes .fa, .fab, .fal, .far, .fas:

I am not sure about the SVG options, are you using those?

jecheverria commented 5 years ago

Thank you!