2018-12-10 16:44:37 +00:00
|
|
|
@import 'ember-basic-dropdown';
|
|
|
|
@import 'ember-power-select';
|
|
|
|
@import './core';
|
2021-04-22 14:58:37 +00:00
|
|
|
|
|
|
|
@mixin font-face($name) {
|
|
|
|
@font-face {
|
|
|
|
font-family: $name;
|
|
|
|
src: url('/ui/fonts/#{$name}.woff2') format('woff2'), url('/ui/fonts/#{$name}.woff') format('woff');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include font-face('obscure');
|
2021-07-23 16:11:53 +00:00
|
|
|
// Font comes from npm package: https://www.npmjs.com/package/text-security
|
|
|
|
// We took the font we wanted and moved it into the ui/fonts folder
|
|
|
|
@include font-face('text-security-square');
|