gitextract_crrfp7vk/ ├── .gitignore ├── .vscode/ │ └── settings.json ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── OFL.txt ├── README.md ├── TRADEMARKS.txt ├── documents/ │ ├── DESCRIPTION.en_us.html │ ├── README.md │ └── Samples and Test sheets/ │ ├── Contemporary Tests/ │ │ └── Merriweather Text opsz, Regular weight, Regular width.indd │ └── Previous Tests/ │ ├── Merriweather Optz+Widths2.indd │ └── Merriweather Proof Roman Sept27 2019.indd ├── fonts/ │ └── otf/ │ ├── Merriweather-Black.otf │ ├── Merriweather-BlackItalic.otf │ ├── Merriweather-Bold.otf │ ├── Merriweather-BoldItalic.otf │ ├── Merriweather-Italic.otf │ ├── Merriweather-Light.otf │ ├── Merriweather-LightItalic.otf │ └── Merriweather-Regular.otf ├── requirements.txt └── sources/ ├── Merriweather-Italic.glyphs ├── Merriweather.glyphs ├── check.sh └── config.yaml