2024-06-21 11:03:56 -07:00

12 lines
369 B
Plaintext

@import 'antd/dist/antd.less';
@import './conf/theme/global-variables.less';
@import './conf/theme/global-overrides.less';
// Note that theme variables are also applied via an override in the
// less preprocessor configuration.
@font-face {
font-family: 'Manrope';
font-style: normal;
src: local('Manrope'), url('./fonts/manrope.woff2') format('woff2');
}