Results 1 to 2 of 2

Thread: new font system in .Net?

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    new font system in .Net?

    Can someone please explain to me what's happenned to the fonts when you're developing a web application? I''ve got my .css file and it reads as per below. *** does 1em and 2em and 3em mean? I can understand that you can manually change things to 10pt etc, but would like to know what em means. Also, is there a way to make it default to pt?

    cheers.

    Code:
    BODY
    {
    	font-weight: normal;
    	font-size: 8pt;
    	word-spacing: normal;
    	text-transform: none;
    	font-family: Verdana, Helvetica, sans-serif;
    	letter-spacing: normal;
    	background-color: white;
    }
    
    H1, H2, H3, H4, H5, TH, THEAD, TFOOT
    {
        COLOR: #003366;
    }
    H1	{	
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 2em;
    	font-weight:	700;
    	font-style:	normal;
    	text-decoration:	none;
    	word-spacing:	normal;
    	letter-spacing:	normal;
    	text-transform:	none;
    	}	
    		
    H2
    {
    	font-weight: bold;
    	font-size: 10pt;
    	word-spacing: normal;
    	text-transform: none;
    	font-style: normal;
    	font-family: Verdana, Arial, Helvetica, sans-serif, 'Trebuchet MS';
    	letter-spacing: normal;
    	text-decoration: none;
    }
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    I have almost never even opened a web project and even less aStyle sheet, so forgive my ignorance.

    What it seems though is that em and ex is a relative units designator opposed to an absolute units designator like for example cm, mm or pt. I think this is relative to the deafult size of the object being measured. Read my first sentance though, this is a mere guess.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width