I can't figure out why this strange issue is occurring...
It seems that the font "size" (or rather, the height it occupies) changes depending on the length of a word. I tried to reproduce this in English without success, but it consistently happens with Japanese text. Any thoughts on what might be causing this?
I've reviewed my code and don't see anything relevant that could be causing this behavior.
The CSS for the header itself is pretty standard (originally used em
instead of px
with the same outcome):
.center-box-header {
text-align: center;
font-size: 50px;
}
Any insights into why this peculiar issue is happening? Could it be related to how Japanese fonts are designed?