whitesmith / qnorr-styles

[WIP] A style agnostic, slightly opinionated, sass seasoning to bootstrap your projects
MIT License
3 stars 0 forks source link

@font-face watch out the local() declaration #36

Closed renatodeleao closed 5 years ago

renatodeleao commented 5 years ago

using local("Family Name") if present will load the regular weight only.

We need to add ("Family Name Regular") ("FamilyName-Regular"), but there isn't a standard, so consider dropping support for local or making it optional.