Add mount for Nunito font
This commit is contained in:
parent
b50a35cfb1
commit
2efb797c21
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ target = "assets/styles/bootstrap"
|
|||
source = "./node_modules/bootswatch/dist/"
|
||||
target = "assets/styles/bootswatch"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/@openfonts/nunito-sans_all"
|
||||
target = "static/fonts/nunito-sans"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/bootstrap/dist/js"
|
||||
target = "assets/scripts/bootstrap"
|
||||
|
|
Loading…
Reference in a new issue