summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/audio/loader.html8
-rw-r--r--examples/core/loader.html8
-rw-r--r--examples/models/loader.html8
-rw-r--r--examples/shaders/loader.html8
-rw-r--r--examples/shapes/loader.html8
-rw-r--r--examples/text/loader.html8
-rw-r--r--examples/textures/loader.html8
7 files changed, 28 insertions, 28 deletions
diff --git a/examples/audio/loader.html b/examples/audio/loader.html
index ffcd8c9..3a106d5 100644
--- a/examples/audio/loader.html
+++ b/examples/audio/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/core/loader.html b/examples/core/loader.html
index a317686..85f787c 100644
--- a/examples/core/loader.html
+++ b/examples/core/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/models/loader.html b/examples/models/loader.html
index dba0c42..5d9e6fd 100644
--- a/examples/models/loader.html
+++ b/examples/models/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/shaders/loader.html b/examples/shaders/loader.html
index 05a97ee..0f86608 100644
--- a/examples/shaders/loader.html
+++ b/examples/shaders/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/shapes/loader.html b/examples/shapes/loader.html
index a73f5df..85f2ad0 100644
--- a/examples/shapes/loader.html
+++ b/examples/shapes/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/text/loader.html b/examples/text/loader.html
index ffcd8c9..3a106d5 100644
--- a/examples/text/loader.html
+++ b/examples/text/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
diff --git a/examples/textures/loader.html b/examples/textures/loader.html
index 9b5a8d8..24e1a65 100644
--- a/examples/textures/loader.html
+++ b/examples/textures/loader.html
@@ -26,10 +26,10 @@
<style type="text/css">
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../../font/acme_7_wide_xtnd.eot');
- src: url('../../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('../../common/font/acme_7_wide_xtnd.eot');
+ src: url('../../common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('../../common/font/acme_7_wide_xtnd.woff') format('woff'),
+ url('../../common/font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;