what does this mean in the css3 font?
-
h1.fontface {font: 60px/68px 'ScriptinaRegular', Arial, sans-serif;letter-spacing: 0;}
p.style1 {font: 18px/27px 'Scriptina-AlternatesRegular', Arial, sans-serif;}
p.style2 {font: 18px/27px 'ScriptinaRegular', Arial, sans-serif;color:red;}mainly I am speaking about the 60px/68px and the 18px/27px. I do not recall seeing this before and was not successful in a google search...anyboby?
Chris J www.redash.org
-
h1.fontface {font: 60px/68px 'ScriptinaRegular', Arial, sans-serif;letter-spacing: 0;}
p.style1 {font: 18px/27px 'Scriptina-AlternatesRegular', Arial, sans-serif;}
p.style2 {font: 18px/27px 'ScriptinaRegular', Arial, sans-serif;color:red;}mainly I am speaking about the 60px/68px and the 18px/27px. I do not recall seeing this before and was not successful in a google search...anyboby?
Chris J www.redash.org
-
font-size and line-height As explained here http://www.quackit.com/html/html_font_code.cfm[^]
Richard, Thanks a lot for such a great reference. Can you tell me if this is indeed css3 or earlier?
Chris J www.redash.org
-
Richard, Thanks a lot for such a great reference. Can you tell me if this is indeed css3 or earlier?
Chris J www.redash.org
-
Both individually, as you will know, are CSS1, but combined in this particular manner - CSS2 I am pretty sure of.
Once again thanks Richard! I did know of them seperately but written together like this was new to me and it just goes to show no matter how many years you do something, there is always a surprise or two to be found. All the best!
Chris J www.redash.org