Doesn't work
@fontPath : '../../themes/default/assets/fonts';
Works
@fontPath : '../../../themes/default/assets/fonts';
Steps to repro:
- Grab fresh 2.4.1 code
- Rename
theme.config.example to theme.config
- Compile using lessc
The compilation should fail due to font lookup from [...]/themes/themes/default[...].
Doesn't work
Works
Steps to repro:
theme.config.exampletotheme.configThe compilation should fail due to font lookup from
[...]/themes/themes/default[...].