laravel.io icon indicating copy to clipboard operation
laravel.io copied to clipboard

Remove the use of an external css file

Open tvbeek opened this issue 1 year ago • 1 comments

I see that we use an external css file ( https://rsms.me/inter/inter.css ) is loaded on the site.

See: https://github.com/laravelio/laravel.io/blob/main/resources/views/layouts/base.blade.php#L21

I suspect this could be self hosted.

tvbeek avatar Aug 08 '22 21:08 tvbeek

Maybe we can @import it in the main css file? 🤔

driesvints avatar Aug 09 '22 06:08 driesvints