Hi I have been given this website with a section of the bellow style sheet. I have been asked by my boss what size the fonts are on the website. Does x-small small etc.. refer to a specific pt font size. If not what is the range that the browser can interperate it as. Where can I find this information?
P {
FONT-WEIGHT: normal; FONT-SIZE: x-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H1 {
FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #000099; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H2 {
FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #000099; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
FONT-WEIGHT: normal; FONT-SIZE: x-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3 {
FONT-WEIGHT: normal; FONT-SIZE: xx-small; FONT-STYLE: italic; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H4 {
FONT-WEIGHT: normal; FONT-SIZE: xx-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H5 {
FONT-WEIGHT: lighter; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana, Arial, helvetica
}
thanks in Advance Angus
Angus
P {
FONT-WEIGHT: normal; FONT-SIZE: x-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H1 {
FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #000099; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H2 {
FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #000099; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
FONT-WEIGHT: normal; FONT-SIZE: x-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3 {
FONT-WEIGHT: normal; FONT-SIZE: xx-small; FONT-STYLE: italic; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H4 {
FONT-WEIGHT: normal; FONT-SIZE: xx-small; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H5 {
FONT-WEIGHT: lighter; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana, Arial, helvetica
}
thanks in Advance Angus
Angus