akd-io / akd-io-website

Personal website of Anders Damgaard
https://akd.io
1 stars 0 forks source link

Move Roboto font import to <head> for performance improvement #6

Closed akd-io closed 5 years ago

akd-io commented 5 years ago

The Roboto font is currently imported inside the index page's .css-file using an @import at-rule. If the font is loaded using a -tag, it can be loaded in parallel with the other .css-file.