Jump to content

How to change Logo text Font


Recommended Posts

I want to have a simillar logo Text font  as here in this site... 

How can I ?

 

 

 

​.

 

This is your default IPS font ..

If you wanna change your font then you have to find/search some font name reference and put it in the same way ..

For the default to work, you don't have to do anything .. like you see here on IPS site ..

CSS code you put in your custom.css to work ..

 

#elSiteTitle {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 

example:

 

#elSiteTitle {
  font-family: "Times New Roman", Georgia, Serif;
}

 

 

.

Link to comment
Share on other sites

​.

 

This is your default IPS font ..

If you wanna change your font then you have to find/search some font name reference and put it in the same way ..

For the default to work, you don't have to do anything .. like you see here on IPS site ..

CSS code you put in your custom.css to work ..

 

#elSiteTitle {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 

example:

 

#elSiteTitle {
  font-family: "Times New Roman", Georgia, Serif;
}

 

 

.

​Has this website changed it?

Compare 

http://mechanical-engg.com/forum/

&  http://community.invisionpower.com/

 

If both are default  how are they different?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...