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

Commit

Permalink
Merge branch 'master' into greenkeeper-gulp-typescript-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wheaton committed Nov 3, 2016
2 parents 55edd1e + b359517 commit fa2000c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
18 changes: 9 additions & 9 deletions src/sass/Fabric.Typography.Fonts.Extended.Output.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@
@font-face {
font-family: "Leelawadee UI";
src: local('Leelawadee UI Bold'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Bold.woff2') format('woff2'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Bold.woff') format('woff'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Bold.ttf') format('truetype');
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "Leelawadee UI";
src: local('Leelawadee UI Regular'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Regular.woff2') format('woff2'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Regular.woff') format('woff'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Regular.ttf') format('truetype');
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-regular.woff2') format('woff2'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-regular.woff') format('woff'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Leelawadee UI";
src: local('Leelawadee UI Semilight'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Semilight.woff2') format('woff2'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Semilight.woff') format('woff'),
url('#{$ms-font-directory}/LeelawadeeUI-Thai/LeelawadeeUI-Semilight.ttf') format('truetype');
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'),
url('#{$ms-font-directory}/leelawadeeui-thai/leelawadeeui-semilight.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
Expand Down
6 changes: 3 additions & 3 deletions src/sass/_Fabric.Brand.Icons.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Images Path for Product Icons
$productImagesPath: "https://appsforoffice.microsoft.com/fabric/assets/Product/PNG";
$productImagesPath: "https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png";

// Images Path for Document Icons
$documentImagesPath: "https://appsforoffice.microsoft.com/fabric/assets/documents/PNG";
$documentImagesPath: "https://spoppe-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;
$productIconList: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word;

$documentIconList: accdb csv docx dotx mpp mpt odp ods odt one onepkg onetoc potx ppsx pptx pub vsdx vssx vstx xls xlsx xltx xsn;

Expand Down
40 changes: 20 additions & 20 deletions src/sass/_Fabric.Typography.Fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ $ms-font-name: "Segoe UI" !default;


// Font paths.
$ms-font-directory: "https://appsforoffice.microsoft.com/fabric/fonts" !default;
$ms-font-path-arabic: "SegoeUI-Arabic" !default;
$ms-font-path-cyrillic: "SegoeUI-Cyrillic" !default;
$ms-font-path-easteuropean: "SegoeUI-EastEuropean" !default;
$ms-font-path-greek: "SegoeUI-Greek" !default;
$ms-font-path-hebrew: "SegoeUI-Hebrew" !default;
$ms-font-path-vietnamese: "SegoeUI-Vietnamese" !default;
$ms-font-path-westeuropean: "SegoeUI-WestEuropean" !default;
$ms-font-directory: "https://spoppe-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;
$ms-font-path-greek: "segoeui-greek" !default;
$ms-font-path-hebrew: "segoeui-hebrew" !default;
$ms-font-path-vietnamese: "segoeui-vietnamese" !default;
$ms-font-path-westeuropean: "segoeui-westeuropean" !default;


/*
Expand All @@ -30,9 +30,9 @@ $ms-font-path-westeuropean: "SegoeUI-WestEuropean" !default;
@font-face {
font-family: "#{$ms-font-name} #{$ms-font-language}";
src: local("Segoe UI Light"),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Light.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Light.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Light.ttf') format('truetype');
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-light.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-light.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
Expand All @@ -42,9 +42,9 @@ $ms-font-path-westeuropean: "SegoeUI-WestEuropean" !default;
@font-face {
font-family: "#{$ms-font-name} #{$ms-font-language}";
src: local("Segoe UI Semilight"),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semilight.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semilight.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semilight.ttf') format('truetype');
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semilight.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semilight.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semilight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
Expand All @@ -54,9 +54,9 @@ $ms-font-path-westeuropean: "SegoeUI-WestEuropean" !default;
@font-face {
font-family: "#{$ms-font-name} #{$ms-font-language}";
src: local("Segoe UI"),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Regular.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Regular.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Regular.ttf') format('truetype');
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-regular.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-regular.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
Expand All @@ -66,9 +66,9 @@ $ms-font-path-westeuropean: "SegoeUI-WestEuropean" !default;
@font-face {
font-family: "#{$ms-font-name} #{$ms-font-language}";
src: local("Segoe UI Semibold"),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semibold.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semibold.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/SegoeUI-Semibold.ttf') format('truetype');
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semibold.woff2') format('woff2'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semibold.woff') format('woff'),
url('#{$ms-font-directory}/#{$ms-font-path}/segoeui-semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
Expand Down

0 comments on commit fa2000c

Please sign in to comment.