Home › Forums › WoodMart support forum › Missing font after migration › Reply To: Missing font after migration
December 31, 2022 at 4:08 pm
#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.