Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect fontPath in default theme #62

Open
vilppuvuorinen opened this issue Mar 15, 2019 · 1 comment
Open

Incorrect fontPath in default theme #62

vilppuvuorinen opened this issue Mar 15, 2019 · 1 comment

Comments

@vilppuvuorinen
Copy link

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

@craftzdog
Copy link

craftzdog commented May 4, 2019

Same here. He is right.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants