summaryrefslogtreecommitdiff
path: root/testsuite/css/style/font.css
blob: b53be43a0c74f2aa0b9a261ab7cfc3b70b2eff50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
box {
  font: 10px "Comic Sans";
}

#label1 {
  font-size: smaller;
}

#label2 {
  font: 10pt Cantarell, sans-serif;
  line-height: normal;
}

#label3 {
  font: bold italic 80% monospace;
  line-height: 1.5;
}

#label4 {
  font: expanded oblique xx-small serif;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-feature-settings: normal;
  font-kerning: normal;
  font-size: 10px;
  font-weight: bolder;
  line-height: 12px;
}

#label5 {
  font: 20mm '21st Century';
  font-variant-caps: unicase;
  font-variant-numeric: tabular-nums diagonal-fractions;
  font-variant-alternates: historical-forms;
  font-variant-position: super;
  font-variation-settings: 'wght' 300, 'slnt' 1;
  font-feature-settings: 'liga' on, 'dlig' off, 'ss01' 1, 'tnum' 0;
  font-kerning: auto;
  font-size: larger;
  line-height: 120%;
}