CORS sucks

This commit is contained in:
Cynthia Foxwell 2018-05-19 21:54:22 -06:00
parent 37d0cb7f80
commit 34f5aee22e
6 changed files with 10 additions and 10 deletions

View File

@ -20,11 +20,11 @@
<style>
@font-face {
font-family: 'IBMVGA8';
src: url('https://cynfoxwell.cf/fonts/ibm_vga8.eot');
src: url('https://cynfoxwell.cf/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.woff2') format('woff2'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.woff') format('woff'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.ttf') format('truetype');
src: url('/fonts/ibm_vga8.eot');
src: url('/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
url('/fonts/ibm_vga8.woff2') format('woff2'),
url('/fonts/ibm_vga8.woff') format('woff'),
url('/fonts/ibm_vga8.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

BIN
fonts/ibm_vga8.eot Normal file

Binary file not shown.

BIN
fonts/ibm_vga8.ttf Normal file

Binary file not shown.

BIN
fonts/ibm_vga8.woff Normal file

Binary file not shown.

BIN
fonts/ibm_vga8.woff2 Normal file

Binary file not shown.

View File

@ -15,11 +15,11 @@
<style>
@font-face {
font-family: 'IBMVGA8';
src: url('https://cynfoxwell.cf/fonts/ibm_vga8.eot');
src: url('https://cynfoxwell.cf/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.woff2') format('woff2'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.woff') format('woff'),
url('https://cynfoxwell.cf/fonts/ibm_vga8.ttf') format('truetype');
src: url('/fonts/ibm_vga8.eot');
src: url('/fonts/ibm_vga8.eot?#iefix') format('embedded-opentype'),
url('/fonts/ibm_vga8.woff2') format('woff2'),
url('/fonts/ibm_vga8.woff') format('woff'),
url('/fonts/ibm_vga8.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}