Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css

Issue 1256833002: (DO NOT LAND) Test CSS Font Style matching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css
diff --git a/LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css b/LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css
new file mode 100644
index 0000000000000000000000000000000000000000..5b98186a118882166f72a412e8cdbf7b85ea54f1
--- /dev/null
+++ b/LayoutTests/inspector-protocol/layout-fonts/resources/style-matching.css
@@ -0,0 +1,3651 @@
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_normal_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_normal_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_normal_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_normal_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_normal_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_normal_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_normal_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_normal_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_normal_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_normal_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_normal_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_normal_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_normal_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_normal_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_normal_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_normal_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_normal_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_normal_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_normal_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_normal_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_normal_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_normal_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_normal_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_normal_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_normal_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_normal_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_normal_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultracondensed_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultracondensed_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultracondensed_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extracondensed_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extracondensed_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extracondensed_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_condensed_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_condensed_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_condensed_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_condensed_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_condensed_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_condensed_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_condensed_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_condensed_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_condensed_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_condensed_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_condensed_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_condensed_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_condensed_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_condensed_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_condensed_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_condensed_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_condensed_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_condensed_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_condensed_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semicondensed_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semicondensed_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semicondensed_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semiexpanded_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semiexpanded_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_semiexpanded_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_expanded_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_expanded_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_expanded_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_expanded_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_expanded_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_expanded_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_expanded_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_expanded_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_expanded_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_expanded_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_expanded_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_expanded_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_expanded_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_expanded_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_expanded_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_expanded_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_expanded_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_expanded_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_expanded_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extraexpanded_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extraexpanded_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_extraexpanded_italic_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_normal_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_oblique_ninehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 100;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_onehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 200;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_twohundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 300;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_threehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 400;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_fourhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 500;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_fivehundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 600;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_sixhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 700;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_sevenhundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_eighthundred.ttf");
+}
+
+@font-face {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/CSSMatchingTest_ultraexpanded_italic_ninehundred.ttf");
+}
+
+body {
+ font-size: 24px;
+ line-height: 110%;
+ text-rendering: optimizeLegibility;
+ font-feature-settings: "liga" 1;
+}
+
+#normal_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#normal_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#normal_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#normal_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#normal_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#normal_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#normal_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#normal_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#normal_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#normal_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#normal_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#normal_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#normal_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#normal_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#normal_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#normal_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#normal_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#normal_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#normal_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#normal_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#normal_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#normal_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#normal_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#normal_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#normal_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#normal_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#normal_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: normal;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#ultracondensed_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#ultracondensed_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#ultracondensed_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#ultracondensed_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#ultracondensed_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#ultracondensed_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#ultracondensed_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#ultracondensed_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#ultracondensed_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#ultracondensed_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#ultracondensed_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#ultracondensed_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#ultracondensed_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#ultracondensed_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#ultracondensed_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#ultracondensed_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#ultracondensed_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#ultracondensed_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#ultracondensed_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#ultracondensed_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#ultracondensed_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#ultracondensed_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#ultracondensed_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#ultracondensed_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#ultracondensed_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#ultracondensed_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#ultracondensed_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-condensed;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#extracondensed_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#extracondensed_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#extracondensed_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#extracondensed_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#extracondensed_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#extracondensed_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#extracondensed_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#extracondensed_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#extracondensed_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#extracondensed_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#extracondensed_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#extracondensed_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#extracondensed_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#extracondensed_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#extracondensed_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#extracondensed_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#extracondensed_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#extracondensed_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#extracondensed_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#extracondensed_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#extracondensed_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#extracondensed_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#extracondensed_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#extracondensed_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#extracondensed_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#extracondensed_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#extracondensed_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-condensed;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#condensed_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#condensed_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#condensed_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#condensed_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#condensed_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#condensed_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#condensed_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#condensed_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#condensed_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#condensed_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#condensed_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#condensed_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#condensed_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#condensed_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#condensed_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#condensed_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#condensed_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#condensed_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#condensed_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#condensed_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#condensed_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#condensed_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#condensed_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#condensed_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#condensed_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#condensed_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#condensed_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: condensed;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#semicondensed_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#semicondensed_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#semicondensed_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#semicondensed_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#semicondensed_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#semicondensed_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#semicondensed_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#semicondensed_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#semicondensed_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#semicondensed_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#semicondensed_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#semicondensed_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#semicondensed_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#semicondensed_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#semicondensed_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#semicondensed_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#semicondensed_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#semicondensed_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#semicondensed_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#semicondensed_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#semicondensed_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#semicondensed_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#semicondensed_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#semicondensed_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#semicondensed_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#semicondensed_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#semicondensed_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-condensed;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#semiexpanded_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#semiexpanded_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#semiexpanded_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#semiexpanded_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#semiexpanded_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#semiexpanded_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#semiexpanded_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#semiexpanded_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#semiexpanded_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#semiexpanded_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#semiexpanded_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#semiexpanded_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#semiexpanded_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#semiexpanded_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#semiexpanded_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#semiexpanded_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#semiexpanded_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#semiexpanded_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#semiexpanded_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#semiexpanded_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#semiexpanded_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#semiexpanded_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#semiexpanded_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#semiexpanded_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#semiexpanded_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#semiexpanded_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#semiexpanded_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: semi-expanded;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#expanded_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#expanded_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#expanded_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#expanded_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#expanded_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#expanded_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#expanded_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#expanded_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#expanded_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#expanded_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#expanded_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#expanded_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#expanded_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#expanded_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#expanded_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#expanded_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#expanded_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#expanded_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#expanded_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#expanded_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#expanded_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#expanded_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#expanded_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#expanded_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#expanded_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#expanded_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#expanded_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: expanded;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#extraexpanded_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#extraexpanded_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#extraexpanded_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#extraexpanded_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#extraexpanded_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#extraexpanded_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#extraexpanded_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#extraexpanded_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#extraexpanded_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#extraexpanded_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#extraexpanded_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#extraexpanded_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#extraexpanded_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#extraexpanded_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#extraexpanded_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#extraexpanded_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#extraexpanded_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#extraexpanded_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#extraexpanded_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#extraexpanded_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#extraexpanded_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#extraexpanded_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#extraexpanded_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#extraexpanded_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#extraexpanded_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#extraexpanded_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#extraexpanded_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: extra-expanded;
+ font-style: italic;
+ font-weight: 900;
+}
+
+#ultraexpanded_normal_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 100;
+}
+
+#ultraexpanded_normal_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 200;
+}
+
+#ultraexpanded_normal_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 300;
+}
+
+#ultraexpanded_normal_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 400;
+}
+
+#ultraexpanded_normal_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 500;
+}
+
+#ultraexpanded_normal_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 600;
+}
+
+#ultraexpanded_normal_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 700;
+}
+
+#ultraexpanded_normal_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 800;
+}
+
+#ultraexpanded_normal_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: normal;
+ font-weight: 900;
+}
+
+#ultraexpanded_oblique_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 100;
+}
+
+#ultraexpanded_oblique_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 200;
+}
+
+#ultraexpanded_oblique_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 300;
+}
+
+#ultraexpanded_oblique_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 400;
+}
+
+#ultraexpanded_oblique_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 500;
+}
+
+#ultraexpanded_oblique_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 600;
+}
+
+#ultraexpanded_oblique_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 700;
+}
+
+#ultraexpanded_oblique_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 800;
+}
+
+#ultraexpanded_oblique_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: oblique;
+ font-weight: 900;
+}
+
+#ultraexpanded_italic_onehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 100;
+}
+
+#ultraexpanded_italic_twohundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 200;
+}
+
+#ultraexpanded_italic_threehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 300;
+}
+
+#ultraexpanded_italic_fourhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 400;
+}
+
+#ultraexpanded_italic_fivehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 500;
+}
+
+#ultraexpanded_italic_sixhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 600;
+}
+
+#ultraexpanded_italic_sevenhundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 700;
+}
+
+#ultraexpanded_italic_eighthundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 800;
+}
+
+#ultraexpanded_italic_ninehundred {
+ font-family: CSSMatchingTest;
+ font-stretch: ultra-expanded;
+ font-style: italic;
+ font-weight: 900;
+}

Powered by Google App Engine
This is Rietveld 408576698