html - My text loses its 'bold' when I change its font-size property -


i have text on website make 'bold', , font-size 'x-small'. whenever apply font-size, text loses bold. when remove font-size, , text goes default, it's bold again. what's going on here?

<span style="font-size:x-small; font-weight:bold;">testing</span 

have tried other font families? if remember correctly, arial in small sizes looks same in bold , normal weights. give verdana shot.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -