Custom font in email output
-
I have a freeware font that I would like to use in the email output of a contact form.
I can have the users install the font on their computer if need be. The following css code works inline when I use google chrome as the web broswer, but does not work in the email results after a form is submitted.<style type="text/css" media="screen, print"> @font-face { font-family: "micr"; src: url("https://www.bartholomewlandlords.com/wp-content/uploads/fonts/micrenc.ttf"); } </style>
Then I call for it with
<h1 style="font-family:micr,Helvetica, sans-serif;">
How can I get this font to appear in the email outputs? Is it just a font format problem, like truetype vs eot?
- The topic ‘Custom font in email output’ is closed to new replies.