diff --git a/src/styles/fonts/segoe-mdl2-assets/index.ts b/src/styles/fonts/segoe-mdl2-assets/index.ts index 54a59489..ae58849c 100644 --- a/src/styles/fonts/segoe-mdl2-assets/index.ts +++ b/src/styles/fonts/segoe-mdl2-assets/index.ts @@ -2,7 +2,7 @@ export default function setSegoeMDL2AssetsFonts() { const linkElm = document.createElement("link"); Object.assign(linkElm, { rel: "stylesheet", - href: "https://www.react-uwp.com/HEAD/static/css/segoe-mdl2-assets.css" + href: "https://cdnjs.cloudflare.com/ajax/libs/react-uwp/1.1.0/css/segoe-mdl2-assets.css" }); document.head.appendChild(linkElm); }