summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-02 18:17:14 +0200
committerRay <[email protected]>2022-08-02 18:17:14 +0200
commitb3c23d4d4c28b8c6943c0b706c1db98a93f36cba (patch)
tree5d4ff4671d5618474a7b1a97b2dab6578dcd9201 /examples/models
parente3e343cfb09b327b285ec8adf7e6539648d39257 (diff)
downloadraylib.com-b3c23d4d4c28b8c6943c0b706c1db98a93f36cba.tar.gz
raylib.com-b3c23d4d4c28b8c6943c0b706c1db98a93f36cba.zip
Review wrong loader path
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/loader.html8
1 files changed, 4 insertions, 4 deletions
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;