Jump to content

want a different font for © symbol


87dave87

Recommended Posts

I have the following piece of code: -

 

<div class="txtFooter">Copyright © Company 2009.  All Rights Reserved.</div>

 

I want the copyright symbol to be a different font to the rest (as the font im using doesn't display the symbol) - how can I do this?  It needs to be on the same line.

Link to comment
https://forums.phpfreaks.com/topic/168960-want-a-different-font-for-%C2%A9-symbol/
Share on other sites

Be warned: if the user doesn't have the font installed on their computer, that fon't wont be applied. I'm guessing you are already using a non-websafe font, as the @ sign exists in all web safe fonts. That means that already whatever font you are using won't be seen by the large marjoity of users.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.