Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update missing fonts (#360)
Browse files Browse the repository at this point in the history
* Update missing fonts

* Compile fix
  • Loading branch information
NightQuest authored Apr 3, 2024
1 parent 89be8ac commit ba80287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crunchy-cli-core/src/utils/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ fn get_video_stats(path: &Path) -> Result<(NaiveTime, f64)> {
}

// all subtitle fonts (extracted from javascript)
const FONTS: [(&str, &str); 66] = [
const FONTS: [(&str, &str); 68] = [
("Adobe Arabic", "AdobeArabic-Bold.woff2"),
("Andale Mono", "andalemo.woff2"),
("Arial", "arial.woff2"),
Expand Down Expand Up @@ -1073,6 +1073,8 @@ const FONTS: [(&str, &str); 66] = [
("Impact", "impact.woff2"),
("Mangal", "MANGAL.woff2"),
("Meera Inimai", "MeeraInimai-Regular.woff2"),
("Noto Sans Tamil", "NotoSansTamil.woff2"),
("Noto Sans Telugu", "NotoSansTelegu.woff2"),
("Noto Sans Thai", "NotoSansThai.woff2"),
("Rubik", "Rubik-Regular.woff2"),
("Rubik Black", "Rubik-Black.woff2"),
Expand Down

0 comments on commit ba80287

Please sign in to comment.