ETA: Solved thanks to av8rmike!
Hello, I have a question which I couldn't solve looking through the tags and tutorial index.
I'm wondering how to change the weight of my header links into bold. I tried using font-weight: bold; in the .header-menu part of the css, but it doesn't seem to work. My code is under the cut:
/* Cleaned CSS: */
/*
(
Read more... )
Comments 2
.header-menu {
...
font-family: sans-serif, Arial;
font-size: 7.5pt;
...
I think the Arial font doesn't support bolded fractional sizes, because when I changed the size to 8pt, it went bold, and same thing when I changed the font-family to Tahoma.
Reply
Thanks for helping me get closer to what I envisioned for my journal.
Reply
Leave a comment