From 689de3dbcc1252e230ab25723c237723f5a4d4a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 20 Feb 2014 13:02:13 +0100 Subject: [PATCH] rename font folder into fonts in baggy theme --- themes/baggy/css/font.css | 2 +- themes/baggy/{font => fonts}/icomoon.eot | Bin themes/baggy/{font => fonts}/icomoon.svg | 0 themes/baggy/{font => fonts}/icomoon.ttf | Bin themes/baggy/{font => fonts}/icomoon.woff | Bin themes/baggy/{font => fonts}/ptsans.woff | Bin 6 files changed, 1 insertion(+), 1 deletion(-) rename themes/baggy/{font => fonts}/icomoon.eot (100%) rename themes/baggy/{font => fonts}/icomoon.svg (100%) rename themes/baggy/{font => fonts}/icomoon.ttf (100%) rename themes/baggy/{font => fonts}/icomoon.woff (100%) rename themes/baggy/{font => fonts}/ptsans.woff (100%) diff --git a/themes/baggy/css/font.css b/themes/baggy/css/font.css index ec662158..7c02a16f 100755 --- a/themes/baggy/css/font.css +++ b/themes/baggy/css/font.css @@ -2,5 +2,5 @@ font-family: 'PT Sans'; font-style: normal; font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url(/themes/baggy/fonts/ptsans.woff) format('woff'); + src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/ptsans.woff) format('woff'); } diff --git a/themes/baggy/font/icomoon.eot b/themes/baggy/fonts/icomoon.eot similarity index 100% rename from themes/baggy/font/icomoon.eot rename to themes/baggy/fonts/icomoon.eot diff --git a/themes/baggy/font/icomoon.svg b/themes/baggy/fonts/icomoon.svg similarity index 100% rename from themes/baggy/font/icomoon.svg rename to themes/baggy/fonts/icomoon.svg diff --git a/themes/baggy/font/icomoon.ttf b/themes/baggy/fonts/icomoon.ttf similarity index 100% rename from themes/baggy/font/icomoon.ttf rename to themes/baggy/fonts/icomoon.ttf diff --git a/themes/baggy/font/icomoon.woff b/themes/baggy/fonts/icomoon.woff similarity index 100% rename from themes/baggy/font/icomoon.woff rename to themes/baggy/fonts/icomoon.woff diff --git a/themes/baggy/font/ptsans.woff b/themes/baggy/fonts/ptsans.woff similarity index 100% rename from themes/baggy/font/ptsans.woff rename to themes/baggy/fonts/ptsans.woff -- 2.41.0