mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
netflix sans
This commit is contained in:
parent
28fcf68b14
commit
1f57af9362
2 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ class SubtitlesFragment : Fragment() {
|
|||
val fontTypes = listOf(
|
||||
Pair(null, "Normal"),
|
||||
Pair(R.font.trebuchet_ms, "Trebuchet MS"),
|
||||
Pair(R.font.netflix_sans, "Netflix Sans"),
|
||||
Pair(R.font.google_sans, "Google Sans"),
|
||||
Pair(R.font.open_sans, "Open Sans"),
|
||||
Pair(R.font.futura, "Futura"),
|
||||
|
|
BIN
app/src/main/res/font/netflix_sans.ttf
Normal file
BIN
app/src/main/res/font/netflix_sans.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue