-
I want to add another font via themekit api. How can I do that?
Hi,
Please contact the Theme kit application support.
I mean, in the standard debut theme it is structured like this:
Sometimes it is included like this:
@font-face {
font-family: “FONT”;
src: url(‘{{ “FONT.eot” | asset_url }}’);
src: url(‘{{ “FONT.eot” | asset_url }} ?#iefix’) format(“embedded-opentype”),
url(‘{{ “FONT.woff” | asset_url }}’) format(“woff”),
url(‘{{ “FONT.woff2” | asset_url }}’) format(“woff2”),
url(‘{{ “FONT.ttf” | asset_url }}’) format(“truetype”),
url(‘{{ “FONT.svg” | asset_url }} #FONT’) format(“svg”);
}How did you structure it in the Virtux theme?
or what is the place you designed, one could add an extra font?
Hi Gijdelee.,
Please have a look at these 2 videos for adding custom fonts to our theme.
https://recordit.co/6XVuXp2hDo
https://recordit.co/XWJGe2XUnY
The video is taken from our other theme. Please follow the same steps.
Ah yeah thanks, its is in the font-all.min.css, super clear video.
Hi.,
Hope your issue is resolved now. If still facing any kind of issues or need any support for this theme, kindly get back to us. We are happy to help you
Thank you, we look forward to helping you!
You must be logged in to reply to this topic.