no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / 1458158-1-ref.html
blob18af0c33523cd29566dcb917632af58bc27b9b58
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <style>
4 @font-face {
5 font-family: arial_bold;
6 font-weight: bold;
7 src: local("Arial Bold");
9 @font-face {
10 font-family: arial_black;
11 font-weight: 900;
12 src: local("Arial Black");
14 h1 {
15 font-family: arial_bold;
17 b {
18 font-family: arial_black, arial_bold;
20 x {
21 font-family: Arial;
22 font-size: 2em;
23 color: transparent;
25 </style>
26 <h1>bold العربي <b>bolder العربي</b><x>A</x></h1>