Seigo Nonaka | 433d77f | 2024-07-30 22:10:54 +0900 | [diff] [blame] | 1 | [ |
| 2 | // sans-serif aliases |
| 3 | { "name": "arial", "to": "sans-serif" }, |
| 4 | { "name": "helvetica", "to": "sans-serif" }, |
| 5 | { "name": "tahoma", "to": "sans-serif" }, |
| 6 | { "name": "verdana", "to": "sans-serif" }, |
| 7 | { "name": "sans-serif-black", "to": "sans-serif", "weight": "900" }, |
| 8 | { "name": "sans-serif-light", "to": "sans-serif", "weight": "300" }, |
| 9 | { "name": "sans-serif-medium", "to": "sans-serif", "weight": "500" }, |
| 10 | { "name": "sans-serif-thin", "to": "sans-serif", "weight": "100" }, |
| 11 | |
| 12 | // sans-serif-condensed aliases |
| 13 | { "name": "sans-serif-condensed-light", "to": "sans-serif-condensed", "weight": "300" }, |
| 14 | { "name": "sans-serif-condensed-medium", "to": "sans-serif-condensed", "weight": "500" }, |
| 15 | |
| 16 | // serif aliases |
| 17 | { "name": "ITC Stone Serif", "to": "serif" }, |
| 18 | { "name": "baskerville", "to": "serif" }, |
| 19 | { "name": "fantasy", "to": "serif" }, |
| 20 | { "name": "georgia", "to": "serif" }, |
| 21 | { "name": "goudy", "to": "serif" }, |
| 22 | { "name": "palatino", "to": "serif" }, |
| 23 | { "name": "times new roman", "to": "serif" }, |
| 24 | { "name": "times", "to": "serif" }, |
| 25 | { "name": "serif-bold", "to": "serif", "weight": "700" }, |
| 26 | |
| 27 | // monospace aliases |
| 28 | { "name": "monaco", "to": "monospace" }, |
| 29 | { "name": "sans-serif-monospace", "to": "monospace" }, |
| 30 | |
| 31 | // serif-monospace aliases |
| 32 | { "name": "courier new", "to": "serif-monospace" }, |
| 33 | { "name": "courier", "to": "serif-monospace" }, |
| 34 | |
| 35 | // source-sans-pro aliases |
| 36 | { "name": "source-sans-pro-semi-bold", "to": "source-sans-pro", "weight": "600" } |
| 37 | ] |