Exemple #1
0
        protected string InlineFontCss()
        {
            string fontLocale = DefaultPageBase.GetFontLocale();

            return(this.InlineStyles(string.Format("fabric.font.{0}.css", fontLocale)));
        }