unusualroutine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bj?rk] Use different Fonts (FontFace Method)a sweet – thank you so much. I won’t be using a child theme then for now.
Forum: Themes and Templates
In reply to: [Bj?rk] Use different Fonts (FontFace Method)Thanks again for your quick reply.
I just installed the Block theme plugin.
So if I understand this right – you recommend installing all the fonts using the block plugin and then create a child theme or is the child theme Thing unnecessary when using the block theme?
Benjamin
Forum: Themes and Templates
In reply to: [Bj?rk] Use different Fonts (FontFace Method)I created a Child-Theme today – unfortunately after activation it looks like an unchanged Standard Bj?rk theme not Reflecting all the Changes I already made to the parent theme.
I tried “Customiser Import/Export” Plugin and tried to export the changes I Made in the parent theme and import them in the child theme, but nothing actually changes.
Trying in a different browser (Chrome) did not help.
Thank you in Advance,
Benjamin
Forum: Themes and Templates
In reply to: [Bj?rk] Use different Fonts (FontFace Method)Thank you so much for your quick Reply, I will try creating a Child Theme soon.
Forum: Themes and Templates
In reply to: [Bj?rk] Use different Fonts (FontFace Method)Anders,
I would love to implement those fonts without any additional plugins.
If I look into other themes (twenty twentytwo for example) then I will see other fonts too choose from in the drop down menu in the backend/customizer (the files for those selectable fonts are in the assets/fonts subfolder of the theme.
I already put the fonts I want to use into the subfolder of the bj?rk theme (assets/fonts) and added the css snippet but they won‘t show up in the Backends font dropdown menu…
https://justcreative.com/how-to-use-custom-fonts-with-font-face-on-wordpress/
the link above is the method I tried using to implement my oen fonts in combination with this site to create the css:
https://gwfh.mranftl.com/fonts/nunito?subsets=latin
I added this snippet to the functions.php but the new font won‘t show up:
# Generate typography
default
font
add_filter(
'generate_typography_default_fonts'
,
'tu_add_system_fonts'
);
function
tu_add_system_fonts(
$fonts
) {
$fonts
[] =
'Roboto'
;
return
$fonts
;
}
Any to make them appear are greatly appreciated,
thanks, Benjamin