Install & use the font, pretty simple: https://learn.microsoft.com/en-us/windows/deployment/windows-10-missing-fonts
OTF font in SSRS report
HI SSRS team,
My client share custom font but how to do custom font
I am using 2014 server
My client given file is: Whitney-light.otf
please anybody suggest me how to otf
please help steps
Thanks
Sanvitha
SQL Server Reporting Services
2 answers
Sort by: Most helpful
-
-
Joyzhao-MSFT 15,636 Reputation points
2020-12-07T02:41:04.473+00:00 Hi @Shanvitha ,
SSRS fully supports True Type Fonts and has limited support for Open Type Fonts. Essentially, any Font that can be instantiated by the .Net System.Drawing.Font (http://msdn.microsoft.com/en-us/library/system) class is supported by SSRS.On the development computer, you really must restart Visual Studio after installing the fonts so that Visual Studio can pick up the fonts. On the server, before restarting the Reporting Services server, SSRS will encounter problems selecting newly installed fonts. If you have never installed fonts before, you could get the installed fonts by going to Control Panel -> Fonts.
In fact, you could share custom fonts by exporting reports in pdf format. When some conditions are met, the fonts will be embedded in the PDF file. For font embedding, see this link: Font Embedding
At this point I want to remind you to restart the server after installing your font, because it's necessary.
Regard,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November