I am converting a html to pdf using yii pdf extention but i don't want to use system font i wanna use roboto font in my html but can't able to use external file.
I just included this google api for roboto font <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
but this doesn't works.
Is there any other way to include roboto font in my html with yii pdf extension.
Thanks in advance.