Google Fonts
Browse Fonts - Google Fonts
Google
的
Web Font
服務
2024-03-12
【令和最新版】Google Fontsの読み込み最適化の結論 – TAKLOG
code:html
<link rel="preconnect" href="
https://fonts.googleapis.com"
/>
<link rel="preconnect" href="
https://fonts.gstatic.com"
crossorigin />
<link rel="preload" as="style" fetchpriority="high" href="
FONT_URL
" />
<link rel="stylesheet" href="
FONT_URL
" media="print" onload='this.media="all"' />