UNPKG

1.01 kBSCSSView Raw
1// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
3// Font color classes.
4//
5
6//== Sizes.
7//
8
9.ms-fontSize-68 {
10 @include ms-fontSize-68;
11}
12.ms-fontSize-42 {
13 @include ms-fontSize-42;
14}
15.ms-fontSize-32 {
16 @include ms-fontSize-32;
17}
18.ms-fontSize-28 {
19 @include ms-fontSize-28;
20}
21.ms-fontSize-24 {
22 @include ms-fontSize-24;
23}
24.ms-fontSize-20 {
25 @include ms-fontSize-20;
26}
27.ms-fontSize-18 {
28 @include ms-fontSize-18;
29}
30.ms-fontSize-16 {
31 @include ms-fontSize-16;
32}
33.ms-fontSize-14 {
34 @include ms-fontSize-14;
35}
36.ms-fontSize-12 {
37 @include ms-fontSize-12;
38}
39.ms-fontSize-10 {
40 @include ms-fontSize-10;
41}
42
43//== Weights.
44//
45
46.ms-fontWeight-regular {
47 @include ms-fontWeight-regular;
48}
49.ms-fontWeight-semibold {
50 @include ms-fontWeight-semibold;
51}
52.ms-fontWeight-bold {
53 @include ms-fontWeight-bold;
54}
55
56// Deprecated MDL2 font classes.
57@import "./Font.MDL2";