ngx-admin/docs/app/@theme/styles/_helvetica-neue.scss

20 lines
773 B
SCSS
Raw Normal View History

2019-07-16 08:38:11 +03:00
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
$helvetica-neue-font-path: 'assets/fonts/helvetica-neue' !default;
@font-face {
font-family: 'Helvetica Neue Bold';
font-display: swap;
2020-04-24 16:39:40 +03:00
src: url('ngx-admin/#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot');
2019-07-16 08:38:11 +03:00
src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
2020-04-24 16:39:40 +03:00
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.ttf') format('truetype');
2019-07-16 08:38:11 +03:00
font-weight: bold;
font-style: normal;
}