How can I ger ARIAL 12(like MS word) for printing.

Discussion in 'CSS' started by vagelism, Oct 5, 2008.

  1. #1
    Hello to All I made a project with some php and little css. What is the command in order to have a printting output of ARIAL 12 ?

    Thank you all for your time.
    VAGELIS MEINTASIS
     
    vagelism, Oct 5, 2008 IP
  2. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean 12 points, then it would be something like:
    .class { font-size: 12pt; }
    HTML:
     
    steelfrog, Oct 6, 2008 IP