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

Update CDN paths to support HTTP/2 #842

Merged
merged 1 commit into from
Nov 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://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');
src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff') format('woff'),
url('https://static2.sharepointonline.com/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://spoprod-a.akamaihd.net/files/fabric/assets/brand-icons/product/png";
$productImagesPath: "https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png";

// Images Path for Document Icons
$documentImagesPath: "https://spoprod-a.akamaihd.net/files/fabric/assets/brand-icons/document/png";
$documentImagesPath: "https://static2.sharepointonline.com/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://spoprod-a.akamaihd.net/files/fabric/assets/fonts/" !default;
$ms-font-directory: "https://static2.sharepointonline.com/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