根据服务或产品构建配置字体URL Src

时间:2019-02-08 06:05:39

标签: angular url sass font-face src

使用Angular 4+和SCSS,
我需要配置Font Url Src以根据我们运行的方法从Path中选择。

如果我们仅在localhost中运行,则在为服务构建时,需要选择“第一网址”
如果我们运行Prod,则需要选择Second Url。

我该如何实现以及在哪里可以进行此配置

** style.scss的代码**

@Bindable
    var buttonEnabled: ObservableField<Boolean> = ObservableField(true)

0 个答案:

没有答案