Skip to content

Commit

Permalink
Bump versions, hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 11, 2022
1 parent 76e0b26 commit cb6c54d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions font/bootstrap-icons.css
@@ -1,8 +1,8 @@
@font-face {
font-display: block;
font-family: "bootstrap-icons";
src: url("./fonts/bootstrap-icons.woff2?9d69317e3b6b00f20d44d64ecb62d772") format("woff2"),
url("./fonts/bootstrap-icons.woff?9d69317e3b6b00f20d44d64ecb62d772") format("woff");
src: url("./fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
url("./fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
}

.bi::before,
Expand Down
2 changes: 1 addition & 1 deletion font/bootstrap-icons.scss
@@ -1,7 +1,7 @@
$bootstrap-icons-font: "bootstrap-icons" !default;
$bootstrap-icons-font-dir: "./fonts" !default;
$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
$bootstrap-icons-font-hash: "28df46889dced875dea48cfe64755198" !default;
$bootstrap-icons-font-hash: "2ab2cbbe07fcebb53bdaa7313bb290f2" !default;
$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"), url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;

@font-face {
Expand Down
Binary file modified font/fonts/bootstrap-icons.woff
Binary file not shown.
Binary file modified font/fonts/bootstrap-icons.woff2
Binary file not shown.

0 comments on commit cb6c54d

Please sign in to comment.