├── .gitignore ├── AUTHOR.txt ├── CONTRIBUTORS.txt ├── DESCRIPTION.en_us.html ├── DESCRIPTION.vi_vn.html ├── OFL.txt ├── README.md ├── documentation ├── 1.png ├── 2.jpg ├── 3.png ├── 4.png └── 5.png ├── fonts ├── old │ ├── ttf │ │ ├── DarkerGrotesque-Black.ttf │ │ ├── DarkerGrotesque-Bold.ttf │ │ ├── DarkerGrotesque-Extrabold.ttf │ │ ├── DarkerGrotesque-Light.ttf │ │ ├── DarkerGrotesque-Medium.ttf │ │ ├── DarkerGrotesque-Regular.ttf │ │ └── DarkerGrotesque-Semibold.ttf │ └── webfont │ │ ├── DarkerGrotesque-Black.woff │ │ ├── DarkerGrotesque-Bold.woff │ │ ├── DarkerGrotesque-Extrabold.woff │ │ ├── DarkerGrotesque-Light.woff │ │ ├── DarkerGrotesque-Medium.woff │ │ ├── DarkerGrotesque-Regular.woff │ │ └── DarkerGrotesque-Semibold.woff ├── otf │ ├── DarkerGrotesque-Black.otf │ ├── DarkerGrotesque-Bold.otf │ ├── DarkerGrotesque-ExtraBold.otf │ ├── DarkerGrotesque-Light.otf │ ├── DarkerGrotesque-Medium.otf │ ├── DarkerGrotesque-Regular.otf │ └── DarkerGrotesque-SemiBold.otf ├── ttf │ ├── DarkerGrotesque-Black.ttf │ ├── DarkerGrotesque-Bold.ttf │ ├── DarkerGrotesque-ExtraBold.ttf │ ├── DarkerGrotesque-Light.ttf │ ├── DarkerGrotesque-Medium.ttf │ ├── DarkerGrotesque-Regular.ttf │ └── DarkerGrotesque-SemiBold.ttf ├── variable │ └── DarkerGrotesque[wght].ttf └── webfonts │ ├── Darker-Grotesque[wght].woff2 │ ├── DarkerGrotesque-Black.woff2 │ ├── DarkerGrotesque-Bold.woff2 │ ├── DarkerGrotesque-Extrabold.woff2 │ ├── DarkerGrotesque-Light.woff2 │ ├── DarkerGrotesque-Medium.woff2 │ ├── DarkerGrotesque-Regular.woff2 │ ├── DarkerGrotesque-Semibold.woff2 │ └── DarkerGrotesque[wght].woff2 ├── report.json └── sources ├── DarkerGrotesque.glyphs └── config.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /AUTHOR.txt: -------------------------------------------------------------------------------- 1 | # This is the official list of project authors for copyright purposes. 2 | # This file is distinct from the CONTRIBUTORS.txt file. 3 | # See the latter for an explanation. 4 | # 5 | # Names should be added to this file as: 6 | # Name or Organization 7 | 8 | Gabriel Lam 9 | -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | # This is the list of people who have contributed to this project, 2 | # and includes those not listed in AUTHORS.txt because they are not 3 | # copyright authors. For example, company employees may be listed 4 | # here because their company holds the copyright and is listed there. 5 | # 6 | # When adding J Random Contributor's name to this file, either J's 7 | # name or J's organization's name should be added to AUTHORS.txt 8 | # 9 | # Names should be added to this file as: 10 | # Name 11 | 12 | Vietanh D. Nguyen 13 | Emma Marichal -------------------------------------------------------------------------------- /DESCRIPTION.en_us.html: -------------------------------------------------------------------------------- 1 |

Darker Grotesque is a contemporary grotesque designed by Gabriel Lam, inspired by the post-modern and brutalism typographic trends. The complete family comes with 14 styles, including 7 weights and theirs slanted version.

2 | 3 |

This is an original Vietnamese typeface designed by a Vietnamese type designer.

4 | -------------------------------------------------------------------------------- /DESCRIPTION.vi_vn.html: -------------------------------------------------------------------------------- 1 |

Darker Grotesque là bộ mặt chữ không chân đương đại được thiết kế bởi Gabriel Lam (Gia Lâm Bảo) và được truyền cảm hứng từ phong trào thiết kế chữ post-modern và brutalism. Cả bộ chữ bao gồm 14 kiểu, 7 loại trọng lượng khác nhau kèm theo phiên bản nghiêng.

2 | 3 |

Đây là một thiết kế mặt chữ Việt Nam được thiết kế bởi một người Việt Nam.

4 | -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2019 The Darker Grotesque Project Authors (https://github.com/bettergui/DarkerGrotesque) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The Darker Grotesque Project 2 | 3 | Darker Grotesque is a contemporary grotesque designed by Gabriel Lam, inspired by the post-modern and brutalism typographic trends, the typeface was released in 2019. The complete family comes with 14 styles, including 7 weights and theirs slanted version. This is an original Vietnamese typeface designed by a Vietnamese type designer. 4 | 5 | ![Sample 1](documentation/1.png) 6 | ![Sample 2](documentation/2.jpg) 7 | ![Sample 3](documentation/3.png) 8 | ![Sample 4](documentation/4.png) 9 | ![Sample 5](documentation/5.png) 10 | 11 | ## Changelog 12 | 13 | ### Version 1.000 14 | 15 | - Make available on Github. 16 | 17 | ### Version 1.001 18 | (Emma Marichal) 19 | - Fixed a glyphset bug 20 | - Made the font variable 21 | - Updated according the last GF specs 22 | -------------------------------------------------------------------------------- /documentation/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/documentation/1.png -------------------------------------------------------------------------------- /documentation/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/documentation/2.jpg -------------------------------------------------------------------------------- /documentation/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/documentation/3.png -------------------------------------------------------------------------------- /documentation/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/documentation/4.png -------------------------------------------------------------------------------- /documentation/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/documentation/5.png -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Black.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Bold.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Extrabold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Extrabold.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Light.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Medium.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Regular.ttf -------------------------------------------------------------------------------- /fonts/old/ttf/DarkerGrotesque-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/ttf/DarkerGrotesque-Semibold.ttf -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Black.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Bold.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Extrabold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Extrabold.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Light.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Medium.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Regular.woff -------------------------------------------------------------------------------- /fonts/old/webfont/DarkerGrotesque-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/old/webfont/DarkerGrotesque-Semibold.woff -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-Black.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-Light.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-Medium.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-Regular.otf -------------------------------------------------------------------------------- /fonts/otf/DarkerGrotesque-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/otf/DarkerGrotesque-SemiBold.otf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-Black.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-Medium.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-Regular.ttf -------------------------------------------------------------------------------- /fonts/ttf/DarkerGrotesque-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/ttf/DarkerGrotesque-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/variable/DarkerGrotesque[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/variable/DarkerGrotesque[wght].ttf -------------------------------------------------------------------------------- /fonts/webfonts/Darker-Grotesque[wght].woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/Darker-Grotesque[wght].woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Black.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Bold.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Extrabold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Extrabold.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Light.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Medium.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Regular.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque-Semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque-Semibold.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/DarkerGrotesque[wght].woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bettergui/DarkerGrotesque/a5c3584b44ab3a7d272565662139ee07bb72e8e8/fonts/webfonts/DarkerGrotesque[wght].woff2 -------------------------------------------------------------------------------- /sources/config.yaml: -------------------------------------------------------------------------------- 1 | sources: 2 | - DarkerGrotesque.glyphs 3 | axisOrder: 4 | - wght 5 | familyName: "Darker Grotesque" 6 | stat: 7 | DarkerGrotesque[wght].ttf: 8 | - name: Weight 9 | tag: wght 10 | values: 11 | - name: Light 12 | value: 300 13 | - name: Regular 14 | value: 400 15 | linkedValue: 700 16 | flags: 2 17 | - name: Medium 18 | value: 500 19 | - name: SemiBold 20 | value: 600 21 | - name: Bold 22 | value: 700 23 | - name: ExtraBold 24 | value: 800 25 | - name: Black 26 | value: 900 27 | --------------------------------------------------------------------------------