| BrowserSettingsRemoteFonts Property  | 
Version 94.4.20 
            Controls the loading of fonts from remote sources. Also configurable using
            the "disable-remote-fonts" command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
 Syntax
Syntaxpublic CefState RemoteFonts { get; set; }public:
virtual property CefState RemoteFonts {
	CefState get () sealed;
	void set (CefState value) sealed;
}Property Value
Type: 
CefStateImplements
IBrowserSettingsRemoteFonts See Also
See Also