Forum How do I...?

Font from Stylesheet is not being applied

talyrobin
I have specified a stylesheet in my html as such:
<link rel="stylesheet" type="text/css" media="print" href="http:\\localhost:8080\Datasheet_files\prs_style_print.css">.

I also added the stylesheet in my java code as such: "prince.addStyleSheet(http:\\localhost:8080\Datasheet_files\prs_style_print.css". The PDF works perfectly when I create it from localhost. However, it doesn't seem to apply the FONT from my css when I run it on the server. Both are using the same css file. Is there anything else that I can check that may interfere with the FONT not being applied? The other styles such as class divs, height/width, etc seem to work just fine.
talyrobin
Nvm. I just realized after reading through other posts that the fonts may not be installed on my server. I have asked my server admin to confirm. Thanks