www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7b3651b5def8b7fd8aaefac3630169720092037a
parent a3155054761182f5b8d3011292aa08b7c8c1918e
Author: Andrew Belt <andrewpbelt@gmail.com>
Date:   Wed, 11 Feb 2015 02:30:00 -0500

Apparantly github.io does not send CORS header

Diffstat:
Mstyle.css | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/style.css b/style.css @@ -21,28 +21,30 @@ https://github.com/AndrewBelt/WiTeX font-family: 'Latin Modern Roman'; font-weight: normal; font-style: normal; - src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-regular.woff') format('woff'); + /* pls someone offer me a CDN for these fonts so I can save bandwidth for + my email service */ + src: url('https://pawnmail.com/fonts/lmroman10-regular.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: bold; font-style: normal; - src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-bold.woff') format('woff'); + src: url('https://pawnmail.com/fonts/lmroman10-bold.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: normal; font-style: italic; - src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-oblique.woff') format('woff'); + src: url('https://pawnmail.com/fonts/lmroman10-oblique.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: bold; font-style: italic; - src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-boldoblique.woff') format('woff'); + src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff'); } /* Page Layout */