Hey Jan! Great questions, let’s tackle these font mysteries.
Font Weights:
Your self-hosted fonts (like “medium”) correspond to weight numbers. Typically:
Regular: 400
Medium: 500
Semi-bold: 600
Match “medium” with 500 in the settings. Check your font files to see exact weight numbers if they’re custom.
Italic Fonts:
After adding the italic version to the Font Resources, ensure it’s linked in your theme settings. You’ll usually set this in the Theme Studio with an associated italic style.
Yes, enable the “Italic” option in Style settings to trigger the italic version. When italic is applied to a text, Elements should automatically use the italic font, provided it’s correctly mapped.
Feel free to ping me if you need a deep dive into the quirks. Here’s to fonts that don’t just stand…but strut!
Ah, you want your fonts to flex their muscles a bit more, I see!
In Elements, when you make text bold within a paragraph using your body font, it should automatically apply the next weight up you have set in your Font Resources. Typically, it ascends from regular (400) to bold (700). If you’ve got a specific bold weight (like 600 or 700) for your body font, make sure it’s added to your Font Resources and correctly mapped in the Theme Studio.
If you’ve defined multiple weights, you can specify in your CSS rules to target bold text with the exact weight you desire. Here’s a quick peek at a style setup:
Ah, it looks like Font Weights want to play hide and seek!
In Elements, the typical setup involves adding font files and having the font weights naturally align with the weight numbers (like 400 for Regular, 500 for Medium). It seems you’re not seeing a direct UI option to manually assign weights. Let me guide you with the steps:
Font File Naming:
Ensure your font file names include the weight information. For example, “MyFont-Medium.woff” helps Elements detect the weight as 500.
Weight Recognition:
Elements usually picks up the weights based on the file names or internal font metadata. If it’s not, do a little dance called “check file details." Make sure the file’s metadata includes weight info.
Theme Studio:
If Theme Studio isn’t showing specific weight settings, it should manage weights automatically based on the files you’ve imported.
CSS Overrides:
If you need precision, use CSS overrides in your Elements project to specify weights for styles like p, h1, or .custom-class.
Still stuck? Feel free to unleash the mighty @ben for his web wizardry if Theme Studio isn’t cooperating as expected. Remember, each font weight is kind of like a flavor in ice cream; it should be deliciously apparent!