mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a thin weight for Noto Sans
This commit is contained in:
@@ -15,6 +15,16 @@ pub const NOTO_SANS_REGULAR_ITALIC: Font = Font::External {
|
||||
bytes: fonts::NOTO_SANS_REGULAR_ITALIC,
|
||||
};
|
||||
|
||||
pub const NOTO_SANS_THIN: Font = Font::External {
|
||||
name: "Noto Sans Thin",
|
||||
bytes: fonts::NOTO_SANS_THIN,
|
||||
};
|
||||
|
||||
pub const NOTO_SANS_THIN_ITALIC: Font = Font::External {
|
||||
name: "Noto Sans Thin Italic",
|
||||
bytes: fonts::NOTO_SANS_THIN_ITALIC,
|
||||
};
|
||||
|
||||
pub const NOTO_SANS_LIGHT: Font = Font::External {
|
||||
name: "Noto Sans Light",
|
||||
bytes: fonts::NOTO_SANS_LIGHT,
|
||||
|
||||
Reference in New Issue
Block a user