mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
CORS sucks
This commit is contained in:
parent
37d0cb7f80
commit
34f5aee22e
6 changed files with 10 additions and 10 deletions
|
@ -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
BIN
fonts/ibm_vga8.eot
Normal file
Binary file not shown.
BIN
fonts/ibm_vga8.ttf
Normal file
BIN
fonts/ibm_vga8.ttf
Normal file
Binary file not shown.
BIN
fonts/ibm_vga8.woff
Normal file
BIN
fonts/ibm_vga8.woff
Normal file
Binary file not shown.
BIN
fonts/ibm_vga8.woff2
Normal file
BIN
fonts/ibm_vga8.woff2
Normal file
Binary file not shown.
10
index.html
10
index.html
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue