improve deployment
- customer angular app: add base-href and deploy url - botond_daily.sh : allow daily scripts
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url("/assets/fonts/RobotoMono-VariableFont_wght.ttf") format("truetype");
|
||||
src: url("~/assets/fonts/RobotoMono-VariableFont_wght.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "dcc";
|
||||
src: url("/assets/fonts/dcc_sharp_distress_black_by_dccanim.otf") format("truetype");
|
||||
src: url("~/assets/fonts/dcc_sharp_distress_black_by_dccanim.otf") format("truetype");
|
||||
//font-weight: $font-weight-normal;
|
||||
//font-style: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user