Description
- set different font on specific text
- view demo – password: abc
- buy me a coffee
#1. Install Code
#1.1. First wrap text between symbol # and #. Something like this
#Toast of the Season#

#1.2. Hover on Page where you use Text > Click Gear icon

#1.3. Click Advanced > Paste this code
- If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 07.26c25v1 Font on specific text -->
<script>
window.MarkerFontConfig = {
fontFamily: "savanna-script",
marker: "#",
scope: ".sqs-html-content",
fontImportUrl: ""
};
</script>
<script src="https://code.beaverhero.com/textblock/0726c25v1fontspecifictext.js"></script>

#1.4. Update font name in line 04
fontFamily: "savanna-script",
#2. Customize
nothing now
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can add a Markdown Block under Text Block
![]()
Then add this code into Markdown Block
<script>
window.MarkerFontConfig = {
fontFamily: "savanna-script",
marker: "#",
scope: ".sqs-html-content",
fontImportUrl: ""
};
</script>
<script src="https://code.beaverhero.com/textblock/0726c25v1fontspecifictext.js"></script>
