Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_Fabric.Typography.Variables.scss 1.0KB

123456789101112131415161718192021222324252627
  1. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
  2. //
  3. // Office UI Fabric
  4. // --------------------------------------------------
  5. // Fabric Core Typography variables
  6. $ms-font-family-light: 'Segoe UI Light WestEuropean', 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
  7. $ms-font-family-regular: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  8. $ms-font-family-semilight: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  9. $ms-font-family-semibold: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
  10. //== Type sizes
  11. //
  12. $ms-font-size-su: 42px;
  13. $ms-font-size-xxl: 28px;
  14. $ms-font-size-xl: 21px;
  15. $ms-font-size-l: 17px;
  16. $ms-font-size-m-plus: 15px;
  17. $ms-font-size-m: 14px;
  18. $ms-font-size-s-plus: 13px;
  19. $ms-font-size-s: 12px;
  20. $ms-font-size-xs: 11px;
  21. $ms-font-size-mi: 10px;