Hi! I’d like to add my own custom font-family selections to the Theme Options configurator. (/wp-admin/admin.php?page=_options&tab=1).
I can load my custom fonts using FortAwesome but I’d like to just be able to select the manually added names in the dropdowns for the typography theme options. It would IMMENSELY speed up the configuration to be able to do this rather than having to specify custom font-family in the typography for EVERY class and use case.
Where in the theme can I change this or is there a way to add the options from the child theme?
It’s possible only by some changes in Redux plugin files, so keep file in safe during plugin update
1) Create fonts folder in child theme and place your font files.
2) After that in child theme style.css add the following
@font-face {
font-family: ‘MyWebFont’;
src: url(‘fonts/font-file-name.eot’);
src: url(‘fonts/font-file-name.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/font-file-name.woff2’) format(‘woff2’),
url(‘fonts/font-file-name.woff’) format(‘woff’),
url(‘fonts/font-file-name.ttf’) format(‘truetype’),
}
Where ‘MyWebFont’ is the font name. Again you can name it as you wish.
‘WebFont.eot’, ‘WebFont.ttf’, etc are the font file names (the fonts you added at the custom-fonts folder).
Our mission is to help Internet businesses and their customers interact in a way that mirrors real-world customer experience: personal, human, and fun.
Upload your translation files
Lorem ipsum dolor sit amet consectetur adipisicing elitsed do
Love us as much as we love you?
If you love XStore theme and have something nice to say
don’t hesitate to tell about this! We’d appreciate if you could take a moment to give us 5-stars!