diff --git a/fonts/Bullhorn-Glyphicons.css b/fonts/Bullhorn-Glyphicons.css index 0571c93..99b5b8c 100644 --- a/fonts/Bullhorn-Glyphicons.css +++ b/fonts/Bullhorn-Glyphicons.css @@ -1,10 +1,10 @@ @font-face { font-family: "Bullhorn-Glyphicons"; - src: url("./Bullhorn-Glyphicons.eot?38f9c8a94e434ef35814d580dfe6298f?#iefix") format("embedded-opentype"), -url("./Bullhorn-Glyphicons.woff2?38f9c8a94e434ef35814d580dfe6298f") format("woff2"), -url("./Bullhorn-Glyphicons.woff?38f9c8a94e434ef35814d580dfe6298f") format("woff"), -url("./Bullhorn-Glyphicons.ttf?38f9c8a94e434ef35814d580dfe6298f") format("truetype"), -url("./Bullhorn-Glyphicons.svg?38f9c8a94e434ef35814d580dfe6298f#Bullhorn-Glyphicons") format("svg"); + src: url("./Bullhorn-Glyphicons.eot?dda3b1e25b830470039a11155e80fa79?#iefix") format("embedded-opentype"), +url("./Bullhorn-Glyphicons.woff2?dda3b1e25b830470039a11155e80fa79") format("woff2"), +url("./Bullhorn-Glyphicons.woff?dda3b1e25b830470039a11155e80fa79") format("woff"), +url("./Bullhorn-Glyphicons.ttf?dda3b1e25b830470039a11155e80fa79") format("truetype"), +url("./Bullhorn-Glyphicons.svg?dda3b1e25b830470039a11155e80fa79#Bullhorn-Glyphicons") format("svg"); } i { @@ -383,13 +383,13 @@ i[class*="bhi-"]:before { .bhi-home:before { content: "\f179"; } -.bhi-hourglass-end:before { +.bhi-hourglass-bottom:before { content: "\f17a"; } -.bhi-hourglass-half:before { +.bhi-hourglass-middle:before { content: "\f17b"; } -.bhi-hourglass-start:before { +.bhi-hourglass-top:before { content: "\f17c"; } .bhi-i9:before { diff --git a/fonts/Bullhorn-Glyphicons.eot b/fonts/Bullhorn-Glyphicons.eot index 0b42982..58ef3e6 100644 Binary files a/fonts/Bullhorn-Glyphicons.eot and b/fonts/Bullhorn-Glyphicons.eot differ diff --git a/fonts/Bullhorn-Glyphicons.json b/fonts/Bullhorn-Glyphicons.json index 1fbfa59..4fcc383 100644 --- a/fonts/Bullhorn-Glyphicons.json +++ b/fonts/Bullhorn-Glyphicons.json @@ -120,9 +120,9 @@ "hammer": "\\f177", "headset": "\\f178", "home": "\\f179", - "hourglass-end": "\\f17a", - "hourglass-half": "\\f17b", - "hourglass-start": "\\f17c", + "hourglass-bottom": "\\f17a", + "hourglass-middle": "\\f17b", + "hourglass-top": "\\f17c", "i9": "\\f17d", "ice-cream": "\\f17e", "idea": "\\f17f", diff --git a/fonts/Bullhorn-Glyphicons.svg b/fonts/Bullhorn-Glyphicons.svg index 7658384..07ec8a8 100644 --- a/fonts/Bullhorn-Glyphicons.svg +++ b/fonts/Bullhorn-Glyphicons.svg @@ -370,13 +370,13 @@ - - - Bullhorn-Glyphicons
home -
+
- +
- hourglass-end + hourglass-bottom
-
+
- +
- hourglass-half + hourglass-middle
-
+
- +
- hourglass-start + hourglass-top
diff --git a/icons/hourglass-end.svg b/icons/hourglass-bottom.svg similarity index 100% rename from icons/hourglass-end.svg rename to icons/hourglass-bottom.svg diff --git a/icons/hourglass-half.svg b/icons/hourglass-middle.svg similarity index 100% rename from icons/hourglass-half.svg rename to icons/hourglass-middle.svg diff --git a/icons/hourglass-start.svg b/icons/hourglass-top.svg similarity index 100% rename from icons/hourglass-start.svg rename to icons/hourglass-top.svg