Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #836 from OfficeDev/miwhea/update-cdn-location
Browse files Browse the repository at this point in the history
Update the URLs for the CDN to the production location
  • Loading branch information
Mike Wheaton authored Nov 9, 2016
2 parents 53ea4b4 + cc8edff commit 09b60ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/sass/Fabric.Icons.Font.Output.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

@font-face {
font-family: 'FabricMDL2Icons';
src: url('https://spoppe-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.woff') format('woff'),
url('https://spoppe-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.ttf') format('truetype');
src: url('https://spoprod-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.woff') format('woff'),
url('https://spoprod-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
4 changes: 2 additions & 2 deletions src/sass/_Fabric.Brand.Icons.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Images Path for Product Icons
$productImagesPath: "https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png";
$productImagesPath: "https://spoprod-a.akamaihd.net/files/fabric/assets/brand-icons/product/png";

// Images Path for Document Icons
$documentImagesPath: "https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png";
$documentImagesPath: "https://spoprod-a.akamaihd.net/files/fabric/assets/brand-icons/document/png";

// Icon Names
$productIconList: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_Fabric.Typography.Fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ms-font-name: "Segoe UI" !default;


// Font paths.
$ms-font-directory: "https://spoppe-a.akamaihd.net/files/fabric/assets/fonts/" !default;
$ms-font-directory: "https://spoprod-a.akamaihd.net/files/fabric/assets/fonts/" !default;
$ms-font-path-arabic: "segoeui-arabic" !default;
$ms-font-path-cyrillic: "segoeui-cyrillic" !default;
$ms-font-path-easteuropean: "segoeui-easteuropean" !default;
Expand Down

0 comments on commit 09b60ee

Please sign in to comment.