public static string GetFontPath(this IWebHostEnvironment env, string name) => Path.Combine(env.GetFontsPath(), name);