Browse Source

making sure font-awesome is loaded correctly

Raanan Weber 5 years ago
parent
commit
96e469a970
2 changed files with 2 additions and 0 deletions
  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" />