
Tangaroa |

I have often found that the smaller tags seem to do nothing when I employ them. It is unclear to me that they do anything (Is it by change browser dependent? I have firefox 34.0.5)
->This sentence in enclosed in smaller tags, but looks regular sized to me
I saw this issue posted over two years ago, so it would be an "outstanding bug" I suppose.

Laithoron |

I typically view Paizo with the zoom in Chrome at 125% (current version is 39.0.2171.95 m). At that zoom factor, text enclosed in the smaller tag does indeed appear to be the same size as normal text (i.e. if there's a difference it's not perceptible). It is only when I revert to 100% zoom that the difference in size is plain-to-see.
Edit: And no, I do not currently have Stylish or an other CSS overrides running.

Tangaroa |

Indeed, Laithoron found my issue, which was zoom.
The text is wrapped in tiny CSS, which is set to 11 px.
Now that I have a place to start reading, it sounds like a bit of a mess:
There are 3+ vendor specific properties to adjust text size:
-webkit-text-size-adjust (safari)
-ms-text-size-adjust (ie)
-moz-text-size-adjust (mozilla)
(the mozilla one (-moz-) only prevents the text size from changing with zoom.)
Anyways, it doesn't look like convenient tools are available to control text size change in all browsers.
Thanks for the education folks...