I have trouble getting web fonts set up for one of my websites. In netlify.toml
I’ve defined:
[context.production]
environment = { GIT_LFS_ENABLED = “true” , GIT_LFS_FETCH_INCLUDE = "*.eot, *.woff, *.woff2 }
The deploy logs show now errors, config file and context are correct:
5:25:46 PM: ❯ Current directory
5:25:46 PM: /opt/build/repo
5:25:46 PM:
5:25:46 PM: ❯ Config file
5:25:46 PM: /opt/build/repo/netlify.toml
5:25:46 PM:
5:25:46 PM: ❯ Context
5:25:46 PM: production
Doing the same configuration using the app.netlify.com GUI, it works like a charm. Only the netlify.toml
set up never works for me. Can anyone give me advice what I am doing wrong? Thanks.