ngx-admin/docs/app/@theme/styles/_helvetica-neue.scss
Sergey Andrievskiy 2129689f98 feat: docs app
2020-08-28 19:29:11 +03:00

19 lines
733 B
SCSS

/**
* @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;
src: url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot');
src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.woff') format('woff'),
url('#{$helvetica-neue-font-path}/HelveticaNeue-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}