Custom Forum Style Font

Gerri Shin

  
  • 3,582
    Posts
    17
    Years
    I really like this option! Yay now I can use a nice font like Calibri or Tahoma for viewing! is there a way that an option could be there to type in the name of a local font on your machine?

    Is there any way, if this test goes well, that this option could be implemented as a way to set a certain font in each user's post?
     
    ah, well. it's still a great add-on if I do say so myself. Kudos!
     
    I've been fiddling with the field that allows you to manually address a local font by name and I have to say it's petty neat. It took up my favorite fancy font Dragongirl Meander with no problem :D
     
    I was trying to figure out which styles actually are using it. xD
    Would like it if it were added to conway when completed. Px
     
    Oh PC, you never cease to amaze me. Everything looks so "fresh" in Calibri font. =D

    EDIT: will there ever be a way to change the font size?
     
    Last edited:
    I've been fiddling around to see what it's like on the other styles, and I'm loving it. :D

    Conway + Neosans = Lurrvley. <3

    [PokeCommunity.com] Custom Forum Style Font


    Can't wait till it's released. :]
     
    Last edited:
    It's certainly possible to add a font size changer, but unlike this simple feature, a font size feature would not be able to be added to every single style.
    Just wondering, what styles have a problem with it with you?

    So far I haven't found any that wouldn't work using this code.

    Code:
    body { font-size-adjust: 1; }
    .smallfont { font-size-adjust: 1; }
    .tcat { font-size-adjust: 1; }
    .thead { font-size-adjust: 1; }
    .tfoot { font-size-adjust: 1; }
    .alt1 { font-size-adjust: 1; }
    .alt2 { font-size-adjust: 1; }
    select { font-size-adjust: 1; }
    .button { font-size-adjust: 1; }
    textarea, .bginput { font-size-adjust: 1; }
    td, th, p, li { font-size-adjust: 1; }
    .navbar { font-size-adjust: 1; }
    .time { font-size-adjust: 1; }
    .legend { font-size-adjust: 1; }
    .vbmenu_control { font-size-adjust: 1; }
    .vbmenu_option { font-size-adjust: 1; }
    .vbmenu_hilite { font-size-adjust: 1; }
    legend { font-size-adjust: 1; }
     
    Hm, by looking at the source code I found it. But it uses the ID "font_option". Why do I have the feeling it's PHP? (correct me If I'm wrong, though) D:
     
    So basically you refuse to implement this on "older" styles? Sounds cool to me.
     
    Back
    Top