Home Forums WoodMart support forum Missing font after migration Reply To: Missing font after migration

#432434

aseelban
Participant

Fontawsome loaded fine, the problem is with the woodmart-font

to fix this I switched to WordPress font witch CSS
for example:
.wd-header-mobile-nav .wd-tools-icon:before {
content: “\f333”;
font-family: ‘dashicons’;
}

this is not a good solution.

We need the woodmart to load instead.

  • This reply was modified 2 years ago by aseelban.
Attachments:
You must be logged in to view attached files.