ASP.NET ReportViewer Control Fonts to Century Gothic
        Posted  
        
            by sajoshi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sajoshi
        
        
        
        Published on 2010-05-06T14:33:26Z
        Indexed on 
            2010/05/07
            8:48 UTC
        
        
        Read the original article
        Hit count: 418
        
ASP.NET
|reportviewer
We are using ASP.NET ReportViewer Control to render rdl files. In the rdl files we have set the font to “Century Gothic” and in preview mode it renders the fonts nicely. However – when it gets rendered on browser we see the fonts defaulted to “Times New Roman”.
I tried couple of things without success: 1. Setting the font family of the page () 2. Setting the FontNames of the ReportViewer control
Please let me know how we can render the fonts to Century Gothic.
One more thing is I don't see Century Gothic in the list of available fonts in the HTML Editor inside Visual Studio 2010. Do I need to add them somewhere?
© Stack Overflow or respective owner