Add a thin weight for Noto Sans

This commit is contained in:
Robbert van der Helm
2022-03-18 01:35:05 +01:00
parent 2c62b13ba5
commit da4523ac4c
3 changed files with 17 additions and 3 deletions

View File

@@ -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,