ソースを参照

Add preload to font

Giovanni Giordano 5 年 前
コミット
02bf6f0f14
2 ファイル変更3 行追加1 行削除
  1. 2 1
      public/index.html
  2. 1 0
      src/styles.css

+ 2 - 1
public/index.html

@@ -11,7 +11,8 @@
     -->
 	<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
 	<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
-	<!--
+	<link rel="preload" href="https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf" as="font" type="font/ttf">
+<!--
       Notice the use of %PUBLIC_URL% in the tags above.
       It will be replaced with the URL of the `public` folder during the build.
       Only files inside the `public` folder can be referenced from the HTML.

+ 1 - 0
src/styles.css

@@ -2,6 +2,7 @@
 @font-face {
   font-family: "Virgil";
   src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
+  font-display: swap;
 }
 
 body {