diff --git a/index.html b/index.html index 276d3606..dd8765d8 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,9 @@ Amputoma - + + diff --git a/static/font/css/arimo.css b/static/font/css/arimo.css new file mode 100644 index 00000000..0095168a --- /dev/null +++ b/static/font/css/arimo.css @@ -0,0 +1,7 @@ +@font-face { + font-family: 'Arimo'; + font-style: normal; + font-weight: 400; + src: local('Arimo'), local('Arimo'), + url('../fonts/ArimoNerdFont-Regular.ttf') format('truetype') +} diff --git a/static/font/css/lato.css b/static/font/css/lato.css index b75a48d7..0d65c386 100644 --- a/static/font/css/lato.css +++ b/static/font/css/lato.css @@ -3,11 +3,11 @@ font-family: 'Lato'; font-style: normal; font-weight: 400; - src: url('../font/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Lato Regular'), local('Lato-Regular'), - url('../font/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../font/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../font/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('../font/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../font/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ + url('../fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ } diff --git a/static/font/tiresias.css b/static/font/css/tiresias.css similarity index 100% rename from static/font/tiresias.css rename to static/font/css/tiresias.css diff --git a/static/font/fonts/ArimoNerdFont-Regular.ttf b/static/font/fonts/ArimoNerdFont-Regular.ttf new file mode 100644 index 00000000..f9377ccc Binary files /dev/null and b/static/font/fonts/ArimoNerdFont-Regular.ttf differ diff --git a/static/font/font/lato-v15-latin-regular.eot b/static/font/fonts/lato-v15-latin-regular.eot similarity index 100% rename from static/font/font/lato-v15-latin-regular.eot rename to static/font/fonts/lato-v15-latin-regular.eot diff --git a/static/font/font/lato-v15-latin-regular.svg b/static/font/fonts/lato-v15-latin-regular.svg similarity index 100% rename from static/font/font/lato-v15-latin-regular.svg rename to static/font/fonts/lato-v15-latin-regular.svg diff --git a/static/font/font/lato-v15-latin-regular.ttf b/static/font/fonts/lato-v15-latin-regular.ttf similarity index 100% rename from static/font/font/lato-v15-latin-regular.ttf rename to static/font/fonts/lato-v15-latin-regular.ttf diff --git a/static/font/font/lato-v15-latin-regular.woff b/static/font/fonts/lato-v15-latin-regular.woff similarity index 100% rename from static/font/font/lato-v15-latin-regular.woff rename to static/font/fonts/lato-v15-latin-regular.woff diff --git a/static/font/font/lato-v15-latin-regular.woff2 b/static/font/fonts/lato-v15-latin-regular.woff2 similarity index 100% rename from static/font/font/lato-v15-latin-regular.woff2 rename to static/font/fonts/lato-v15-latin-regular.woff2 diff --git a/static/font/lato-v15-latin-regular.eot b/static/font/lato-v15-latin-regular.eot deleted file mode 100644 index c6413069..00000000 Binary files a/static/font/lato-v15-latin-regular.eot and /dev/null differ diff --git a/static/font/lato-v15-latin-regular.svg b/static/font/lato-v15-latin-regular.svg deleted file mode 100644 index 55b43fb8..00000000 --- a/static/font/lato-v15-latin-regular.svg +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/font/lato-v15-latin-regular.ttf b/static/font/lato-v15-latin-regular.ttf deleted file mode 100644 index 3c2d417e..00000000 Binary files a/static/font/lato-v15-latin-regular.ttf and /dev/null differ diff --git a/static/font/lato-v15-latin-regular.woff b/static/font/lato-v15-latin-regular.woff deleted file mode 100644 index 189a0feb..00000000 Binary files a/static/font/lato-v15-latin-regular.woff and /dev/null differ diff --git a/static/font/lato-v15-latin-regular.woff2 b/static/font/lato-v15-latin-regular.woff2 deleted file mode 100644 index 6904b664..00000000 Binary files a/static/font/lato-v15-latin-regular.woff2 and /dev/null differ