mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update font loading link
This commit is contained in:
@@ -56,7 +56,9 @@ const { title, meta_title, description, image, noindex, canonical } =
|
|||||||
href={`https://fonts.googleapis.com/css2?family=${pf}${
|
href={`https://fonts.googleapis.com/css2?family=${pf}${
|
||||||
sf ? "&family=" + sf : ""
|
sf ? "&family=" + sf : ""
|
||||||
}&display=swap`}
|
}&display=swap`}
|
||||||
rel="stylesheet"
|
rel="preload"
|
||||||
|
as="style"
|
||||||
|
onload="this.rel='stylesheet'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- responsive meta -->
|
<!-- responsive meta -->
|
||||||
|
|||||||
Reference in New Issue
Block a user