Skip to content

Commit

Permalink
docs: move font to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 18, 2021
1 parent a744fc5 commit f7838d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module:
- source: icons
target: static/assets/icons
- source: font
target: static/font
target: static/assets/font

params:
description: "Official open source SVG icon library for Bootstrap"
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/scss/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
// stylelint-disable
@font-face {
font-family: bootstrap-icons;
src: url("../../font/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
url("../../font/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
src: url("/assets/font/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
url("/assets/font/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}

[class^="bi-"]::before,
Expand Down

0 comments on commit f7838d9

Please sign in to comment.