Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Failed to import custom font and override it Reply To: Failed to import custom font and override it

#241352
Senff
Participant

Not sure what this format is:

src: url('{{ asset('fonts/AvenirLTStd-Black.woff') }}') format('woff');

shouldn’t it be just this?

src: url('fonts/AvenirLTStd-Black.woff') format('woff');

If it’s the right format, make sure it’s pointing to the right path of the fonts folder.