Skip to content

Commit 7220348

Browse files
Fixed font path again
1 parent 6e524dc commit 7220348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/scss/modules/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Bootstrap Font
2-
$icon-font-path: "../../assets/fonts/bootstrap/";
2+
$icon-font-path: "assets/fonts/bootstrap/";
33

44
// Typography
55
$font-family-sans-serif: "Roboto", sans-serif;

style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temp/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ td, th { padding: 0; }
118118
.table, .entry table, .widget_calendar table { border-collapse: collapse !important; }
119119
.table td, .entry table td, .widget_calendar table td, .table th, .entry table th, .widget_calendar table th { background-color: #fff !important; }
120120
.table-bordered th, .entry table th, .table-bordered td, .entry table td { border: 1px solid #ddd !important; } }
121-
@font-face { font-family: 'Glyphicons Halflings'; src: url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
121+
@font-face { font-family: 'Glyphicons Halflings'; src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
122122
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
123123

124124
.glyphicon-asterisk:before { content: "\2a"; }

0 commit comments

Comments
 (0)