How to use 2 fonts in a text block?
in Fonts
How do I use two fonts in one text block, like this example:
What i'm trying to update:
How do I use two fonts in one text block, like this example:
What i'm trying to update:
Comments
Hi,
You can use the Google Font shortcode:
https://muffingroup.com/betheme/elements/google-font/
Or as you already started using the span with font family style. It should look like this:
<span style="font-family: 'Example font'">some text</span>
.Best regards
Great, thank you!