@@ -84,27 +84,19 @@ internal static class SampleBrowser
8484 "_content/Blazor_WASM_Common_NET9/styles/common/fonts/open-sans-700.woff2" ,
8585 "_content/Blazor_WASM_Common_NET9/styles/common/fonts/open-sans-regular.woff2"
8686 #endif
87- #elif WEBAPP
88- #if NET8_0
89- "_content/Blazor_WebApp_Common_NET8/styles/common/fonts/open-sans-700.woff2" ,
90- "_content/Blazor_WebApp_Common_NET8/styles/common/fonts/open-sans-regular.woff2"
91- #else
92- "_content/Blazor_WebApp_Common_NET9/styles/common/fonts/open-sans-700.woff2" ,
93- "_content/Blazor_WebApp_Common_NET9/styles/common/fonts/open-sans-regular.woff2"
94- #endif
9587#else
96- #if DEBUG || STAGING
97- #if NET8_0
98- "_content/Blazor_Server_Common_NET8/styles/common/fonts/open-sans-700.woff2" ,
99- "_content/Blazor_Server_Common_NET8/styles/common/fonts/open-sans-regular.woff2" ,
88+ #if DEBUG || STAGING
89+ #if NET8_0
90+ "_content/Blazor_Server_Common_NET8/styles/common/fonts/open-sans-700.woff2" ,
91+ "_content/Blazor_Server_Common_NET8/styles/common/fonts/open-sans-regular.woff2" ,
92+ #else
93+ "_content/Blazor_Server_Common_NET9/styles/common/fonts/open-sans-700.woff2" ,
94+ "_content/Blazor_Server_Common_NET9/styles/common/fonts/open-sans-regular.woff2" ,
95+ #endif
10096 #else
101- "_content/Blazor_Server_Common_NET9/ styles/common/fonts/open-sans-700.woff2",
102- "_content/Blazor_Server_Common_NET9/ styles/common/fonts/open-sans-regular.woff2",
97+ "https://cdn.syncfusion.com/blazor/sb/ styles/30.1.37/ common/fonts/open-sans-700.woff2",
98+ "https://cdn.syncfusion.com/blazor/sb/ styles/30.1.37/ common/fonts/open-sans-regular.woff2"
10399 #endif
104- #else
105- "https://cdn.syncfusion.com/blazor/sb/styles/30.1.37/common/fonts/open-sans-700.woff2" ,
106- "https://cdn.syncfusion.com/blazor/sb/styles/30.1.37/common/fonts/open-sans-regular.woff2"
107- #endif
108100#endif
109101 } ;
110102 }
0 commit comments