From c45115f9ae21447b745d4022770b1f79cd88d9ff Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Wed, 5 Mar 2014 16:09:11 +0100 Subject: [PATCH] move fonts to style --- index.html | 2 +- {fonts => style/fonts}/ClearSans-Bold-webfont.eot | Bin {fonts => style/fonts}/ClearSans-Bold-webfont.svg | 0 {fonts => style/fonts}/ClearSans-Bold-webfont.woff | Bin {fonts => style/fonts}/ClearSans-Light-webfont.eot | Bin {fonts => style/fonts}/ClearSans-Light-webfont.svg | 0 {fonts => style/fonts}/ClearSans-Light-webfont.woff | Bin .../fonts}/ClearSans-Regular-webfont.eot | Bin .../fonts}/ClearSans-Regular-webfont.svg | 0 .../fonts}/ClearSans-Regular-webfont.woff | Bin {fonts => style/fonts}/clear-sans.css | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename {fonts => style/fonts}/ClearSans-Bold-webfont.eot (100%) rename {fonts => style/fonts}/ClearSans-Bold-webfont.svg (100%) rename {fonts => style/fonts}/ClearSans-Bold-webfont.woff (100%) rename {fonts => style/fonts}/ClearSans-Light-webfont.eot (100%) rename {fonts => style/fonts}/ClearSans-Light-webfont.svg (100%) rename {fonts => style/fonts}/ClearSans-Light-webfont.woff (100%) rename {fonts => style/fonts}/ClearSans-Regular-webfont.eot (100%) rename {fonts => style/fonts}/ClearSans-Regular-webfont.svg (100%) rename {fonts => style/fonts}/ClearSans-Regular-webfont.woff (100%) rename {fonts => style/fonts}/clear-sans.css (100%) diff --git a/index.html b/index.html index 0fce4a0..4253621 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ 2048 - +
diff --git a/fonts/ClearSans-Bold-webfont.eot b/style/fonts/ClearSans-Bold-webfont.eot similarity index 100% rename from fonts/ClearSans-Bold-webfont.eot rename to style/fonts/ClearSans-Bold-webfont.eot diff --git a/fonts/ClearSans-Bold-webfont.svg b/style/fonts/ClearSans-Bold-webfont.svg similarity index 100% rename from fonts/ClearSans-Bold-webfont.svg rename to style/fonts/ClearSans-Bold-webfont.svg diff --git a/fonts/ClearSans-Bold-webfont.woff b/style/fonts/ClearSans-Bold-webfont.woff similarity index 100% rename from fonts/ClearSans-Bold-webfont.woff rename to style/fonts/ClearSans-Bold-webfont.woff diff --git a/fonts/ClearSans-Light-webfont.eot b/style/fonts/ClearSans-Light-webfont.eot similarity index 100% rename from fonts/ClearSans-Light-webfont.eot rename to style/fonts/ClearSans-Light-webfont.eot diff --git a/fonts/ClearSans-Light-webfont.svg b/style/fonts/ClearSans-Light-webfont.svg similarity index 100% rename from fonts/ClearSans-Light-webfont.svg rename to style/fonts/ClearSans-Light-webfont.svg diff --git a/fonts/ClearSans-Light-webfont.woff b/style/fonts/ClearSans-Light-webfont.woff similarity index 100% rename from fonts/ClearSans-Light-webfont.woff rename to style/fonts/ClearSans-Light-webfont.woff diff --git a/fonts/ClearSans-Regular-webfont.eot b/style/fonts/ClearSans-Regular-webfont.eot similarity index 100% rename from fonts/ClearSans-Regular-webfont.eot rename to style/fonts/ClearSans-Regular-webfont.eot diff --git a/fonts/ClearSans-Regular-webfont.svg b/style/fonts/ClearSans-Regular-webfont.svg similarity index 100% rename from fonts/ClearSans-Regular-webfont.svg rename to style/fonts/ClearSans-Regular-webfont.svg diff --git a/fonts/ClearSans-Regular-webfont.woff b/style/fonts/ClearSans-Regular-webfont.woff similarity index 100% rename from fonts/ClearSans-Regular-webfont.woff rename to style/fonts/ClearSans-Regular-webfont.woff diff --git a/fonts/clear-sans.css b/style/fonts/clear-sans.css similarity index 100% rename from fonts/clear-sans.css rename to style/fonts/clear-sans.css -- GitLab