mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-31 01:34:18 +02:00
Preconnect to Google Fonts
I'm exploring removing Google Fonts entirely but in the meantime I'd like to see if we can avoid having the fonts block rendering.
This commit is contained in:
parent
46c63ecaca
commit
bb8f3f3698
@ -31,6 +31,9 @@
|
||||
|
||||
%title= current_page.data.title
|
||||
|
||||
%link{ rel: "preconnect", href: "https://fonts.googleapis.com" }
|
||||
%link{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true }
|
||||
|
||||
%link{ rel: "stylesheet", href: "https://fonts.googleapis.com/css?family=Muli:400,700" }
|
||||
= stylesheet_link_tag '//fonts.googleapis.com/css?family=Source+Code+Pro:400,700'
|
||||
- if legacy_version
|
||||
|
Loading…
x
Reference in New Issue
Block a user