Custom fonts not working
-
Hi,
My custom font not working…
I’m using a custom theme and I added the custom font in wp-content/themes/atelier-child/woocommerce/pdf/yourtemplate/fonts/fsjoey.ttf/* Load font */
@font-face {
font-family: ‘FS Joey’;
font-style: normal;
font-weight: normal;
src: local(‘FS Joey’), local(‘FS Joey’), url(<?php echo $this->get_template_path(); ?>/fonts/fsjoey.ttf) format(‘truetype’);
}body {
font-family: ‘FS Joey’, sans-serif;
font-style: normal;
font-weight: normal;
}Can you help me?
ThanksThe page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Custom fonts not working’ is closed to new replies.