HP Forums

Full Version: Bold superscript?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my post here I have what is intended as a bold superscript using the "b" and "sup" bbcode markup. I've tried encapsulating the "sup" in a "b" and the other way around, but to me, it looks like the superscript isn't bold in either case, although it looks bold in the test forum. Is is just my eyes combined with my laptop's screen or is the superscript not bold?

Regards,

Jonathan
(09-06-2020 07:32 PM)Jonathan Busby Wrote: [ -> ]In my post here I have what is intended as a bold superscript using the "b" and "sup" bbcode markup. I've tried encapsulating the "sup" in a "b" and the other way around, but to me, it looks like the superscript isn't bold in either case, although it looks bold in the test forum. Is is just my eyes combined with my laptop's screen or is the superscript not bold?

I agree, it doesn't look like it's in bold, only superscript.

As for why.... Could the asterisk be something related to the markup language used on the forum?
Not only is it not bold, it is tiny! But in the post preview, it looks fine.
This would appear to be a bug in MyBB...
If you mean this phrase in your post: :: d e f ; ;" is the same as ":: a b c d e f ;" **

I definitely see the double asterisk superscript as bold when I read the post. No doubt about it.
MacBook Pro laptop, latest Mac OS 10.15.6, latest Safari browser.

smp
It looks OK in Firefox on my Mac, but not in Safari and Chrome on my iPhone.
The HTML generated by MyBB is <span style="font-weight: bold;"><sup>**</sup></span>, which is fine, so it seems like the bad rendering on the iPhone is because of a problem with the CSS. Which could be a problem with the actual CSS code itself, or with the way the iOS browsers render it... I've noticed weirdness with unexpectedly small text there before, on other sites.
In both the latest version of Firefox and Chrome on my Windows 10 laptop, the "**" superscript is definitely *not* bold, even though it should be as per the page source html :

Code:
<span style="font-weight: bold;"><sup>**</sup></span>

OTOH, on the latest version of Firefox on my Linux Mint 19.2 Cinnamon machine, the superscript definitely *is* bold.

Is there a problem with Windows' font handling on my laptop?

Regards,

Jonathan
I can tell the difference between the bold versus non-bold, superscript asterisks when zooming in (making the fonts bigger). I guess it's a font rendering / font hinting problem.
Reference URL's