Mobile app version of vmapp.org
Login or Join
Angela777

: How to change creative font in web design I have created a newsletter in html & inline css. When I change my font, it will change to the new font on my system. But when I open another

@Angela777

Posted in: #Css #Html #Newsletter #WebsiteDesign

I have created a newsletter in html & inline css.

When I change my font, it will change to the new font on my system. But when I open another system, the font has not changed.

How can I make sure it changes on all systems?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela777

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sent7350415

System fonts work the same in email clients as they do on the web. But a font will only display if it is installed on that system.

Using an example:

<td style="Arial, Georgia, 'Comic Sans';">Your Text here</td>



If a system has Arial installed, it displays that.
Else if it has Georgia installed, it displays that.
Else if it has Comic Sans installed (God No!), it displays that.


And so on.

So if you check different systems and they display different fonts, it might be because they don't have the same fonts installed locally.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme