Poster name Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Poster name

    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    In progress Poster name

    Post by delicious November 22nd 2012, 9:40 pm

    Hello Smile How change poster name font?
    I want change name to font-family: 'Poiret One'
    how do that?
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    In progress Re: Poster name

    Post by Kaizer Lee November 22nd 2012, 10:08 pm

    ACP < Display < Colors < Change it in text < Save

    Also, is that font needed to be downloaded? If so, the only members who can see that is you and the person who has that font.
    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    In progress Re: Poster name

    Post by delicious November 24th 2012, 11:00 pm

    but then change all text. I want just poster name font change.
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    In progress Re: Poster name

    Post by nextlevelgaming November 24th 2012, 11:45 pm

    and thats the problem with basic start of a phpbb2 site. Easiest way to do this is go where ever the Posters names will be, and add a class to that...then you can change the css for it easily.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: Poster name

    Post by Sanket November 25th 2012, 4:29 am

    The font would only be changed for those who have that font installed on their computers.
    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    In progress Re: Poster name

    Post by delicious November 25th 2012, 2:00 pm

    But when I use googleapis he works..
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    In progress Re: Poster name

    Post by Kaizer Lee November 25th 2012, 5:16 pm

    It's because you've got it installed in your own computer...

    Have all your members download the font by providing them the download link and inform them either via PM, Topic or an Announcement or anywhere in your forum...
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    In progress Re: Poster name

    Post by nextlevelgaming November 25th 2012, 5:35 pm

    Use this https://developers.google.com/webfonts/ and search the fonts available for websites. Which then in turn will make your font available for most browsers. Probably close to all the new ones. Please note like Frances has said, if the font you are calling is not a google webfonts and it is on your computer it will show up for you, but not for anyone who does not have the font. Webfonts has to be a specified font from one fo their developers. All you do is find the font you want, add the api file to your head of website. Then add the CSS style in whatever fonts you want to be that specified font.

    If you desire more information about this, please ask.


    INFORMATION DIRECTLY FROM GOOGLE WEBFONTS:

    Do I need to download the font in order to use the font on my website or blog?
    No. The font is available for download in case you need the font in a local program like Adobe Photoshop. To use the font on your website or blog, you can simply copy the HTML snippet available from the "Use" tab for your collection.

    What browsers are supported?
    The Google Web Fonts API is compatible with the following browsers:

    Google Chrome: version 4.249.4+
    Mozilla Firefox: version: 3.5+
    Apple Safari: version 3.1+
    Opera: version 10.5+
    Microsoft Internet Explorer: version 6+
    Does the Google Web Fonts API work on mobile devices?
    The Google Web Fonts API works reliably on the vast majority of modern mobile operating systems, including Android 2.2+ and iOS 4.2+ (iPhone, iPad, iPod). Support for earlier iOS versions is limited.

    What do unsupported browsers see?
    If someone using an unsupported browser visits a page that uses the Web Fonts API, then the text is displayed using the next available font in your CSS font stack.

    In the following example, the text would be displayed in the unsupported browser's default cursive font:

    p { font-family: 'Tangerine', cursive; }