Exemplo n.º 1
0
 public void WhenEmbedFonts_ThenPipelineContainsConvertFontUrlsToDataUris()
 {
     bundle.EmbedFonts();
     AssertPipelineContains <ConvertFontUrlsToDataUris>();
 }
Exemplo n.º 2
0
 public static StylesheetBundle EmbedFonts(this StylesheetBundle bundle)
 {
     return(bundle.EmbedFonts(path => true));
 }