mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-28 03:49:37 +00:00
14 lines
385 B
Plaintext
14 lines
385 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');
|
|
}
|