bigcommerce cornerstone 主题中如何更改字体?

How do you change font in bigcommerce cornerstone theme?

我在 shogun builder 上添加了新字体,但如何将其引用到我的 .ttf 文件?

我也试过创建字体,但还是不行

将 font-face 定义添加到 /templates/layout/base 中的头部。html as

             font-family: "Kelvingrove-Regular";
             font-style: normal;
             font-weight: 400;
             src: url("{{cdn 'webdav:385BF6_4_0.woff'}}") format("woff"),
             url("{{cdn 'webdav:385BF6_4_0.woff2'}}") format("woff2"),
             url("{{cdn 'webdav:385BF6_4_0.ttf'}}") format("truetype"),
             url("{{cdn 'webdav:385BF6_4_0.eot'}}");
         }

然后通过“content”文件夹中的 webdav (cyberduck) 将字体文件拖放到您的 BigCommerce 服务器上。