icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 140 forks source link

No font selection for la-dev #38

Closed ThreeSevenths closed 4 years ago

ThreeSevenths commented 4 years ago

Hi I'm using the CSS files from Line awesome, and went to use the la-dev icon today, only to find a sqaure. I can't determine how this isn't working from the scss files, but I had to manually add

.la.la-dev {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
}

to the line-awesome.css file to fix the issue. I would've sent a PR over if I knew how to fix it 🤷‍♂️

fatawesome commented 4 years ago

Hello @ThreeSevenths. There is no la- prefix in current version of Line Awesome. The icon you want to use belongs to Brands style, as you already saw. To use it just write class="lab la-dev"

ThreeSevenths commented 4 years ago

Thanks, that makes a lot of sense.