Skip to content

Commit

Permalink
Search font fix and package version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Aug 18, 2022
1 parent 6df4c07 commit af589a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border-radius: 1rem;
}

font-family: $font-awesome-font-name, $font-family-base;
font-family: $font-family-base, $font-awesome-font-name;
}

.popover.offline-search-result {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"docs-install": "npm run _cd:docs -- npm install",
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"serve": "npm run cd:docs serve",
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest",
"update:pkg:dep": "npm install --save-dev @fortawesome/fontawesome-free@latest bootstrap@4"
},
"cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ",
"prettier": {
"proseWrap": "always"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"bootstrap": "^4.6.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.2",
"bootstrap": "^4.6.2",
"hugo-extended": "0.101.0"
}
}

0 comments on commit af589a8

Please sign in to comment.