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
Virgilio GanataVirgilio Ganata 

Font renderring in visualforce page

I have font renderring pdf in my visualforce page, Successfully added font family now I'd like to use font face btu wieh I tried to seems that it does not work. 

Sample:

VF:

<apex:page standardController="Lead" showHeader="false" sidebar="false" tabStyle="lead" > <link href='https://fonts.googleapis.com/css?family=IM+Fell+English' rel='stylesheet' type='text/css' /> <style> .alef1 { font-family: 'Alef', serif; font-size: 24px; } .alef2 { font-family: 'Alef', serif; font-size: 14px; }