Update missing fonts (#360)

* Update missing fonts

* Compile fix
This commit is contained in:
Amelia 2024-04-03 06:49:51 -07:00 committed by GitHub
parent 89be8ac429
commit ba8028737d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1015,7 +1015,7 @@ fn get_video_stats(path: &Path) -> Result<(NaiveTime, f64)> {
} }
// all subtitle fonts (extracted from javascript) // all subtitle fonts (extracted from javascript)
const FONTS: [(&str, &str); 66] = [ const FONTS: [(&str, &str); 68] = [
("Adobe Arabic", "AdobeArabic-Bold.woff2"), ("Adobe Arabic", "AdobeArabic-Bold.woff2"),
("Andale Mono", "andalemo.woff2"), ("Andale Mono", "andalemo.woff2"),
("Arial", "arial.woff2"), ("Arial", "arial.woff2"),
@ -1073,6 +1073,8 @@ const FONTS: [(&str, &str); 66] = [
("Impact", "impact.woff2"), ("Impact", "impact.woff2"),
("Mangal", "MANGAL.woff2"), ("Mangal", "MANGAL.woff2"),
("Meera Inimai", "MeeraInimai-Regular.woff2"), ("Meera Inimai", "MeeraInimai-Regular.woff2"),
("Noto Sans Tamil", "NotoSansTamil.woff2"),
("Noto Sans Telugu", "NotoSansTelegu.woff2"),
("Noto Sans Thai", "NotoSansThai.woff2"), ("Noto Sans Thai", "NotoSansThai.woff2"),
("Rubik", "Rubik-Regular.woff2"), ("Rubik", "Rubik-Regular.woff2"),
("Rubik Black", "Rubik-Black.woff2"), ("Rubik Black", "Rubik-Black.woff2"),