From d9e358ea77c29d985e8f33740e37c5710d49b8be Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Wed, 4 Feb 2015 17:11:51 -0500 Subject: [PATCH] fix urls for location of glyphicons --- css/bootstrap/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bootstrap/bootstrap.css b/css/bootstrap/bootstrap.css index c46af7d..fd0ce72 100644 --- a/css/bootstrap/bootstrap.css +++ b/css/bootstrap/bootstrap.css @@ -267,8 +267,8 @@ th { @font-face { font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative;