| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "Boxis"; | |
| src: url("resources/Boxis-VF.ttf"); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test makes sure that default values of variations get applied correctly. The test fails if the text below isn't thin. | |
| <div style="font: 70px 'Boxis'; font-variation-settings: 'wdth' 750.000001;">hamburgefonstiv</div> | |
| </body> | |
| <html> |