Skip to content

Commit 42729b4

Browse files
Refactor: Updated Nerd Fonts
1 parent 76262ff commit 42729b4

File tree

17 files changed

+4
-4
lines changed

17 files changed

+4
-4
lines changed

app/src/main/java/com/github/droidworksstudio/mlauncher/data/Constants.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ object Constants {
361361
enum class FontFamily : EnumOption {
362362
System,
363363
Bitter,
364-
Dotness,
364+
Doto,
365365
DroidSans,
366366
GreatVibes,
367367
Lato,
@@ -379,7 +379,7 @@ object Constants {
379379
return when (this) {
380380
System -> Typeface.DEFAULT
381381
Bitter -> ResourcesCompat.getFont(context, R.font.bitter)
382-
Dotness -> ResourcesCompat.getFont(context, R.font.dotness)
382+
Doto -> ResourcesCompat.getFont(context, R.font.doto)
383383
DroidSans -> ResourcesCompat.getFont(context, R.font.open_sans)
384384
GreatVibes -> ResourcesCompat.getFont(context, R.font.great_vibes)
385385
Lato -> ResourcesCompat.getFont(context, R.font.lato)
@@ -400,7 +400,7 @@ object Constants {
400400
return when (this) {
401401
System -> stringResource(R.string.system_default)
402402
Bitter -> stringResource(R.string.settings_font_bitter)
403-
Dotness -> stringResource(R.string.settings_font_dotness)
403+
Doto -> stringResource(R.string.settings_font_doto)
404404
DroidSans -> stringResource(R.string.settings_font_droidsans)
405405
GreatVibes -> stringResource(R.string.settings_font_greatvibes)
406406
Lato -> stringResource(R.string.settings_font_lato)

app/src/main/res/font/bitter.ttf

168 KB
Binary file not shown.

app/src/main/res/font/dotness.ttf

-1.93 MB
Binary file not shown.

app/src/main/res/font/doto.ttf

2.21 MB
Binary file not shown.
172 KB
Binary file not shown.
171 KB
Binary file not shown.

app/src/main/res/font/lato.ttf

173 KB
Binary file not shown.

app/src/main/res/font/lobster.ttf

-2.73 KB
Binary file not shown.
168 KB
Binary file not shown.
322 KB
Binary file not shown.

0 commit comments

Comments
 (0)