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
3403cee7e1
commit
84fbf8d20f
2 changed files with 11 additions and 11 deletions
|
|
@ -4,16 +4,16 @@
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$helvetica-neue-font-path: 'assets/fonts/helvetica-neue' !default;
|
$helvetica-neue-font-path: '/ngx-admin/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('#{$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('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
|
||||||
url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.woff') format('woff'),
|
url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.woff') format('woff'),
|
||||||
url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.ttf') format('truetype');
|
url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.ttf') format('truetype');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
$small-social-font-path: '/assets/fonts/small-social' !default;
|
$small-social-font-path: '/ngx-admin/assets/fonts/small-social' !default;
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'small-social';
|
font-family: 'small-social';
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
src: url('/ngx-admin/#{$small-social-font-path}/small-social.eot?skntni');
|
src: url('#{$small-social-font-path}/small-social.eot?skntni');
|
||||||
src: url('/ngx-admin/#{$small-social-font-path}/small-social.eot?skntni#iefix') format('embedded-opentype'),
|
src: url('#{$small-social-font-path}/small-social.eot?skntni#iefix') format('embedded-opentype'),
|
||||||
url('/ngx-admin/#{$small-social-font-path}/small-social.ttf?skntni') format('truetype'),
|
url('#{$small-social-font-path}/small-social.ttf?skntni') format('truetype'),
|
||||||
url('/ngx-admin/#{$small-social-font-path}/small-social.woff?skntni') format('woff'),
|
url('#{$small-social-font-path}/small-social.woff?skntni') format('woff'),
|
||||||
url('/ngx-admin/#{$small-social-font-path}/small-social.svg?skntni#small-social') format('svg');
|
url('#{$small-social-font-path}/small-social.svg?skntni#small-social') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue