# Regexp
Find: `(\w+) (\d+)`
Replace:
```
```
# List
```
thin 100
extralight 200
light 300
regular 400
medium 500
semibold 600
bold 700
extrabold 800
black 900
```
# Script
Google Fonts
```
copy($$(".variant__style").map(e => e.innerText).join("\n"))
```