mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 07:38:13 +00:00
12 lines
369 B
Plaintext
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');
|
|
}
|