Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Update Font Import #37

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

Use @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700' in the config file instead of loading them via base.twig

codewithkyle commented 5 years ago

The correct syntax is

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');