Semantic-Org/Semantic-UI-LESS

Incorrect fontPath in default theme

vilppuvuorinen opened this issue · 1 comments

Doesn't work

@fontPath  : '../../themes/default/assets/fonts';

Works

@fontPath  : '../../../themes/default/assets/fonts';

Steps to repro:

  1. Grab fresh 2.4.1 code
  2. Rename theme.config.example to theme.config
  3. Compile using lessc

The compilation should fail due to font lookup from [...]/themes/themes/default[...].

Same here. He is right.

Adding @fontPath : "../assets/fonts"; in theme.config fixed the issue.