14 lines
385 B
Plaintext
Raw Normal View History

@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 {
2024-06-21 11:03:56 -07:00
font-family: 'Manrope';
font-style: normal;
src:
local('Manrope'),
url('./fonts/manrope.woff2') format('woff2');
}