icons8/line-awesome

No font selection for la-dev

Closed this issue · 2 comments

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 🤷‍♂️

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"

Thanks, that makes a lot of sense.