diff --git a/.htaccess b/.htaccess
index 4434352..0730612 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,11 +24,13 @@
RewriteRule ^admin/images/(.*)$ backend/web/images/$1 [L]
+ RewriteRule ^admin/fonts/(.*)$ backend/web/fonts/$1 [L]
- RewriteCond %{REQUEST_URI} !^/backend/web/(assets|css|js|images)/
+
+ RewriteCond %{REQUEST_URI} !^/backend/web/(assets|css|js|images|fonts)/
RewriteCond %{REQUEST_URI} ^/(admin)
@@ -44,7 +46,7 @@
- RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|js|images)/
+ RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|js|images|fonts)/
RewriteCond %{REQUEST_URI} !index.php
diff --git a/backend/web/font/glyphicons-halflings-regular.eot b/backend/web/font/glyphicons-halflings-regular.eot
deleted file mode 100644
index b93a495..0000000
Binary files a/backend/web/font/glyphicons-halflings-regular.eot and /dev/null differ
diff --git a/backend/web/font/glyphicons-halflings-regular.svg b/backend/web/font/glyphicons-halflings-regular.svg
deleted file mode 100644
index 94fb549..0000000
--- a/backend/web/font/glyphicons-halflings-regular.svg
+++ /dev/null
@@ -1,288 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/backend/web/font/glyphicons-halflings-regular.ttf b/backend/web/font/glyphicons-halflings-regular.ttf
deleted file mode 100644
index 1413fc6..0000000
Binary files a/backend/web/font/glyphicons-halflings-regular.ttf and /dev/null differ
diff --git a/backend/web/font/glyphicons-halflings-regular.woff b/backend/web/font/glyphicons-halflings-regular.woff
deleted file mode 100644
index 9e61285..0000000
Binary files a/backend/web/font/glyphicons-halflings-regular.woff and /dev/null differ
diff --git a/backend/web/font/glyphicons-halflings-regular.woff2 b/backend/web/font/glyphicons-halflings-regular.woff2
deleted file mode 100644
index 64539b5..0000000
Binary files a/backend/web/font/glyphicons-halflings-regular.woff2 and /dev/null differ
diff --git a/backend/web/fonts/glyphicons-halflings-regular.eot b/backend/web/fonts/glyphicons-halflings-regular.eot
new file mode 100644
index 0000000..b93a495
Binary files /dev/null and b/backend/web/fonts/glyphicons-halflings-regular.eot differ
diff --git a/backend/web/fonts/glyphicons-halflings-regular.svg b/backend/web/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 0000000..94fb549
--- /dev/null
+++ b/backend/web/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,288 @@
+
+
+
\ No newline at end of file
diff --git a/backend/web/fonts/glyphicons-halflings-regular.ttf b/backend/web/fonts/glyphicons-halflings-regular.ttf
new file mode 100644
index 0000000..1413fc6
Binary files /dev/null and b/backend/web/fonts/glyphicons-halflings-regular.ttf differ
diff --git a/backend/web/fonts/glyphicons-halflings-regular.woff b/backend/web/fonts/glyphicons-halflings-regular.woff
new file mode 100644
index 0000000..9e61285
Binary files /dev/null and b/backend/web/fonts/glyphicons-halflings-regular.woff differ
diff --git a/backend/web/fonts/glyphicons-halflings-regular.woff2 b/backend/web/fonts/glyphicons-halflings-regular.woff2
new file mode 100644
index 0000000..64539b5
Binary files /dev/null and b/backend/web/fonts/glyphicons-halflings-regular.woff2 differ
--
libgit2 0.21.4