Skip to content

Commit

Permalink
feat: Transform segmdl2 fonts link to cdnjs
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jul 2, 2017
1 parent c838d24 commit 83864db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/fonts/segoe-mdl2-assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 83864db

Please sign in to comment.