Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flock Test Example</title>
<link rel="icon" href="/images/favicon.ico" />
<script>
// Stop the Babylon inspector from injecting its Typekit stylesheet,
// which is blocked by the page's CSP. Matches index.html.
window.BABYLON_SKIP_FONT_LOADING = true;
</script>
<style>
body {
font-family: Arial, sans-serif;
Expand Down
Loading