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[...].