From 2efb797c21931eb08768a1fb77425882f94d248e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 20 Dec 2022 21:19:37 -0600 Subject: [PATCH] Add mount for Nunito font --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 77a25a7..ff79378 100644 --- a/config.toml +++ b/config.toml @@ -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"