developer-portal / website

Jekyll templates, CSS styles and images for the Fedora Developer Portal.
https://developer.fedoraproject.org/
GNU General Public License v2.0
41 stars 59 forks source link

Don't use @import to load css font #43

Closed frantisekz closed 8 years ago

frantisekz commented 8 years ago

Using link rel='stylesheet' href='' instead of import allows to load the font file in parallel.