Incorrect fontPath in default theme
vilppuvuorinen opened this issue · 1 comments
vilppuvuorinen commented
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
totheme.config
- Compile using lessc
The compilation should fail due to font lookup from [...]/themes/themes/default[...]
.
craftzdog commented
Same here. He is right.
Adding @fontPath : "../assets/fonts";
in theme.config
fixed the issue.