Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STAT table, fix name IDs, suppress font-synthesis, add fvar instance #22392

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<style>
@font-face {
font-family: variable_axes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<link rel="stylesheet" href="font-matching.css">
<!-- Tests CSS Fonts Level 4, section 5.2. font matching algorithm. Precedence
of properties (stretch over style, style over weight) and style over weight
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/matching/font-matching.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
font-family: variable_axes, sans-serif;
font-size: 80px;
font-synthesis: none;
}

#stretch_style_weight_1 {
Expand Down
Binary file modified css/css-fonts/matching/resources/variabletest_matching.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<style>
@font-face {
font-family: variable_axes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<link rel="stylesheet" href="font-matching.css">
<!-- Tests CSS Fonts Level 4, section 5.2. font matching algorithm. Precedence
of properties (stretch over style, style over weight) and distance of stretch . -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<style>
@font-face {
font-family: variable_axes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<link rel="stylesheet" href="font-matching.css">
<!-- Tests CSS Fonts Level 4, section 5.2. font matching algorithm. Precedence
of properties (stretch over style, style over weight) and search
Expand Down