From 7c10a9a63afd0a84d9199beb4287dc20e062d454 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 14 Feb 2016 23:03:32 +0000 Subject: [PATCH] rename font directory to fonts so we are inline with bootstrap (#116) --- css/barcode_font.css | 16 ++++++++-------- {font => fonts}/Arial.ttf | Bin {font => fonts}/Arial.woff | Bin {font => fonts}/SansationLight.ttf | Bin {font => fonts}/b-de-bonita-shadow.ttf | Bin .../glyphicons-halflings-regular.eot | Bin .../glyphicons-halflings-regular.svg | 0 .../glyphicons-halflings-regular.ttf | Bin .../glyphicons-halflings-regular.woff | Bin .../glyphicons-halflings-regular.woff2 | Bin 10 files changed, 8 insertions(+), 8 deletions(-) rename {font => fonts}/Arial.ttf (100%) rename {font => fonts}/Arial.woff (100%) rename {font => fonts}/SansationLight.ttf (100%) rename {font => fonts}/b-de-bonita-shadow.ttf (100%) rename {font => fonts}/glyphicons-halflings-regular.eot (100%) rename {font => fonts}/glyphicons-halflings-regular.svg (100%) rename {font => fonts}/glyphicons-halflings-regular.ttf (100%) rename {font => fonts}/glyphicons-halflings-regular.woff (100%) rename {font => fonts}/glyphicons-halflings-regular.woff2 (100%) diff --git a/css/barcode_font.css b/css/barcode_font.css index dd6007319..70f604f5f 100644 --- a/css/barcode_font.css +++ b/css/barcode_font.css @@ -1,8 +1,8 @@ @font-face { font-family:'SansationLight'; - src: url('../font/SansationLight.eot'); - src: local('SansationLight'), url('../font/SansationLight.woff') format('woff'), url('../font/SansationLight.ttf') format('truetype'); + src: url('../fonts/SansationLight.eot'); + src: local('SansationLight'), url('../fonts/SansationLight.woff') format('woff'), url('../fonts/SansationLight.ttf') format('truetype'); } .font_SansationLight { @@ -12,8 +12,8 @@ @font-face { font-family:'Arial'; - src: url('../font/Arial.eot'); - src: local('Arial'), url('../font/Arial.woff') format('woff'), url('../font/Arial.ttf') format('truetype'); + src: url('../fonts/Arial.eot'); + src: local('Arial'), url('../fonts/Arial.woff') format('woff'), url('../fonts/Arial.ttf') format('truetype'); } .font_Arial { @@ -23,8 +23,8 @@ @font-face { font-family:'JUNEBUG'; - src: url('../font/JUNEBUG.eot'); - src: local('JUNEBUG'), url('../font/JUNEBUG.woff') format('woff'), url('../font/JUNEBUG.ttf') format('truetype'); + src: url('../fonts/JUNEBUG.eot'); + src: local('JUNEBUG'), url('../fonts/JUNEBUG.woff') format('woff'), url('../fonts/JUNEBUG.ttf') format('truetype'); } .font_JUNEBUG { @@ -34,8 +34,8 @@ @font-face { font-family:'b-de-bonita-shadow'; - src: url('../font/b-de-bonita-shadow.eot'); - src: local('JUNEBUG'), url('../font/b-de-bonita-shadow.woff') format('woff'), url('../font/b-de-bonita-shadow.ttf') format('truetype'); + src: url('../fonts/b-de-bonita-shadow.eot'); + src: local('JUNEBUG'), url('../fonts/b-de-bonita-shadow.woff') format('woff'), url('../fonts/b-de-bonita-shadow.ttf') format('truetype'); } .font_b-de-bonita-shadow { diff --git a/font/Arial.ttf b/fonts/Arial.ttf similarity index 100% rename from font/Arial.ttf rename to fonts/Arial.ttf diff --git a/font/Arial.woff b/fonts/Arial.woff similarity index 100% rename from font/Arial.woff rename to fonts/Arial.woff diff --git a/font/SansationLight.ttf b/fonts/SansationLight.ttf similarity index 100% rename from font/SansationLight.ttf rename to fonts/SansationLight.ttf diff --git a/font/b-de-bonita-shadow.ttf b/fonts/b-de-bonita-shadow.ttf similarity index 100% rename from font/b-de-bonita-shadow.ttf rename to fonts/b-de-bonita-shadow.ttf diff --git a/font/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from font/glyphicons-halflings-regular.eot rename to fonts/glyphicons-halflings-regular.eot diff --git a/font/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from font/glyphicons-halflings-regular.svg rename to fonts/glyphicons-halflings-regular.svg diff --git a/font/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from font/glyphicons-halflings-regular.ttf rename to fonts/glyphicons-halflings-regular.ttf diff --git a/font/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from font/glyphicons-halflings-regular.woff rename to fonts/glyphicons-halflings-regular.woff diff --git a/font/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from font/glyphicons-halflings-regular.woff2 rename to fonts/glyphicons-halflings-regular.woff2