function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MC34MC34 

Fonts on VF page

I have the VF page that i want to have all the font in ariel or source sans pro. Where should I place this element? 
 
<messaging:emailTemplate subject="Mackpro# {!relatedTo.EBS_PO_Number__c} Order on Hold Clarification Required. Case #{!relatedTo.CaseNumber}, Order #{!relatedTo.EBS_Order_Number__c}, {!relatedTo.ThreadID_FK__c}" 
recipientType="Contact"  relatedToType="case">

    <messaging:htmlEmailBody >

<html>



<p align="center" style="text-align:center"><b>THANKS FOR ORDERING FROM Mackpro</b><br/>All we need now is your proof approval!</p>
<br/>
 <p align="center" style="text-align:center">Please be advised that your order is <u><b>ON HOLD</b></u> until your proof is approved without revisions. <br/>Production will begin as soon as we get your go-ahead.</p>
    
    <p><b>PO Number:</b> {!relatedTo.PO_Number__c}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <b>Order Number:</b> {!relatedTo.EBS_Order_ID__c}</p>
    <p><b>Please click the link below to view your proof.</b> Issues opening the link? Simply copy and paste it into your browser.</p><br/><br/>
 
    
    <p>You can also choose to print, download or save the proof as a PDF.</p>
    
<p class="MsoNormal"><br/>
______________________________________________________________________ <br/>
Please carefully review for the following:<br/>
<br/>
Typographical Errors &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Correct Layout &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Exact Position and Size              <br/><br/>
Correct Imprint&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Valid Color Separation&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
Colors  Missing Type/Copy/Logos  <br/>
______________________________________________________________________</p>

<p>Issues: <br/>

<br/>
</p>

______________________________________________________________________<br/>


<p>You can continue to track this order right on our website! It’s quick and easy when you <a href="https://www.Mackpro.com/US/login">log in</a>  to<br/> your account or <a href="https://www.Mackpro.com/US/RegisterCustomerAccount">create a login</a> at <a href="https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fwww.Mackpro.com&amp;c=E,1,RSHyRGRSU_HM5UwVlcvcLAvN46Oi2USrS1x_vOlFPyA1ub67wthQhaxFnltmUfMEkBiyy_SfDlmhvN2rw1E9xbIn3vH7Wz7XqIgRclBx50yAfPncCE3sn6CQ9uE,&amp;typo=1">www.Mackpro.com</a></p>

<p>All the best, <br/>
The Mackpro Customer Care Team</p>



</html>
    </messaging:htmlEmailBody>

</messaging:emailTemplate>

Thank a lot ! 
Fincher
Best Answer chosen by MC34
ANUTEJANUTEJ (Salesforce Developers) 
Hi Fincher,

I found below link that placed font tag in style tags inside vfpage can you try checking it:

>> https://stackoverflow.com/questions/42833895/custom-fonts-in-visualforce-pages

I hope this helps in case if this comes handy can you please choose this as best answer so that it can be used by others in the future.

Regards,
Anutej