mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(app): relative path for scss
This commit is contained in:
parent
9e66c3a1bd
commit
3403cee7e1
1 changed files with 4 additions and 4 deletions
|
|
@ -9,11 +9,11 @@ $helvetica-neue-font-path: 'assets/fonts/helvetica-neue' !default;
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Helvetica Neue Bold';
|
font-family: 'Helvetica Neue Bold';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url('/ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot');
|
src: url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot');
|
||||||
src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
|
src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
|
||||||
url('/ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
|
url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
|
||||||
url('/ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.woff') format('woff'),
|
url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.woff') format('woff'),
|
||||||
url('/ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.ttf') format('truetype');
|
url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.ttf') format('truetype');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue