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

Update font-families #1277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions src/sass/variables/_Font.Variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ $ms-font-family-fallbacks: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Robot

// Language-specific font stacks.
$ms-font-family-arabic: 'Segoe UI Web (Arabic)', $ms-font-family-fallbacks !default;
$ms-font-family-chinese-simplified: 'Microsoft Yahei UI', Verdana, Simsun, $ms-font-family-fallbacks !default;
$ms-font-family-chinese-traditional: 'Microsoft Jhenghei UI', Pmingliu, $ms-font-family-fallbacks !default;
$ms-font-family-chinese-simplified: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, $ms-font-family-fallbacks !default;
$ms-font-family-chinese-traditional: 'Microsoft JhengHei UI', 'Microsoft JhengHei', PMingLiU, $ms-font-family-fallbacks !default;
$ms-font-family-cyrillic: 'Segoe UI Web (Cyrillic)', $ms-font-family-fallbacks !default;
$ms-font-family-east-european: 'Segoe UI Web (East European)', $ms-font-family-fallbacks !default;
$ms-font-family-greek: 'Segoe UI Web (Greek)', $ms-font-family-fallbacks !default;
$ms-font-family-hebrew: 'Segoe UI Web (Hebrew)', $ms-font-family-fallbacks !default;
$ms-font-family-hindi: 'Nirmala UI', $ms-font-family-fallbacks !default;
$ms-font-family-japanese: 'Yu Gothic UI', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, $ms-font-family-fallbacks !default;
$ms-font-family-japanese: 'Yu Gothic UI', 'Meiryo UI', Meiryo, 'MS PGothic', Osaka, $ms-font-family-fallbacks !default;
$ms-font-family-korean: 'Malgun Gothic', Gulim, $ms-font-family-fallbacks !default;
$ms-font-family-lao: 'Leelawadee UI Web', 'Lao UI', DokChampa, $ms-font-family-fallbacks !default;
$ms-font-family-lao: 'Leelawadee UI Web', 'Leelawadee UI', 'Lao UI', DokChampa, $ms-font-family-fallbacks !default;
$ms-font-family-selawik: 'Selawik Web', $ms-font-family-fallbacks !default;
$ms-font-family-thai: 'Leelawadee UI Web', 'Kmer UI', $ms-font-family-fallbacks !default;
$ms-font-family-thai: 'Leelawadee UI Web', 'Leelawadee UI', 'Leelawadee', $ms-font-family-fallbacks !default;
$ms-font-family-vietnamese: 'Segoe UI Web (Vietnamese)', $ms-font-family-fallbacks !default;
$ms-font-family-west-european: 'Segoe UI Web (West European)', $ms-font-family-fallbacks !default;

Expand Down