소스 검색

making sure font-awesome is loaded correctly

Raanan Weber 5 년 전
부모
커밋
96e469a970
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Playground/indexStable.html
  2. 1 0
      Playground/indexWebGPU.html

+ 1 - 0
Playground/indexStable.html

@@ -8,6 +8,7 @@
         <link rel="shortcut icon" href="https://www.babylonjs.com/img/favicon/favicon.ico">
 
         <link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
+        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" />
         <link rel="stylesheet" href="/css/index.css" />
         <link rel="stylesheet" href="/css/index_mobile.css" />
 

+ 1 - 0
Playground/indexWebGPU.html

@@ -8,6 +8,7 @@
         <link rel="shortcut icon" href="https://www.babylonjs.com/favicon.ico">
 
         <link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
+        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" />
         <link rel="stylesheet" href="/css/index.css" />
         <link rel="stylesheet" href="/css/index_mobile.css" />