garrensilverwing
New Member
- Messages
- 148
- Reaction score
- 0
- Points
- 0
I have some trouble with font sizes in different browsers. It is not a big deal, for the most part, but if I use one font for a large body of text then the slight difference in the sizes between firefox, explorer and safari cause a considerable difference in how much space the text actually uses, leaving some empty white space. Usually firefox has the largest font, then safari followed by the internet explorers. I hope that wasnt too confusing. I think it might have something to do with the fact that I use descriptions to size the font instead of pixel measurements but I am not sure, I am new to web design
Here is my text css:
/* text */
.title {
font-size: x-large;
color: #0C0D1A;
font-weight:bold;
}
.date {
color: #354E6D;
font-size: small;
}
.txtbody {
color: #0C0D1A;
font-weight: bold;
font-size: medium;
text-align: justify;
}
.txtcenter {
text-align: center;
}
.LinkTitles {
font-weight: bold;
color: #0C0D1A;
}
/* end text */
Here is my text css:
/* text */
.title {
font-size: x-large;
color: #0C0D1A;
font-weight:bold;
}
.date {
color: #354E6D;
font-size: small;
}
.txtbody {
color: #0C0D1A;
font-weight: bold;
font-size: medium;
text-align: justify;
}
.txtcenter {
text-align: center;
}
.LinkTitles {
font-weight: bold;
color: #0C0D1A;
}
/* end text */