summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2016-02-26 16:01:41 -0800
committerJames Lemieux <jplemieux@google.com>2016-02-26 16:01:41 -0800
commit83af3355130e422a0ae17b03a96416f8adb2de2f (patch)
tree7bb5975eb49fac5f0cda4cb3e51b31a999a5e3a1 /assets
parenta819ca13ae8982415d6b00871c253276a093f0be (diff)
downloadandroid_packages_apps_DeskClock-83af3355130e422a0ae17b03a96416f8adb2de2f.tar.gz
android_packages_apps_DeskClock-83af3355130e422a0ae17b03a96416f8adb2de2f.tar.bz2
android_packages_apps_DeskClock-83af3355130e422a0ae17b03a96416f8adb2de2f.zip
Stop using custom fonts
Bug: 27145641 There was a time when Roboto was not a monospaced font. For usage such as stopwatch and timers, this was problematic as the display appears to jitter around. The solution at the time was to use a custom font that *was* monospaced. It is no longer necessary and we return to using the default sans-serif font (which is Roboto... for now) for consistency throughout the UI. Change-Id: I61e8052255b44569000fa33e564d900b5f17dd93
Diffstat (limited to 'assets')
-rw-r--r--assets/fonts/AndroidClockMono-Bold.ttfbin5196 -> 0 bytes
-rw-r--r--assets/fonts/AndroidClockMono-Light.ttfbin5240 -> 0 bytes
-rw-r--r--assets/fonts/AndroidClockMono-Thin.ttfbin5228 -> 0 bytes
-rw-r--r--assets/fonts/Roboto-Thin.ttfbin110408 -> 0 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/assets/fonts/AndroidClockMono-Bold.ttf b/assets/fonts/AndroidClockMono-Bold.ttf
deleted file mode 100644
index 4515a497c..000000000
--- a/assets/fonts/AndroidClockMono-Bold.ttf
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/AndroidClockMono-Light.ttf b/assets/fonts/AndroidClockMono-Light.ttf
deleted file mode 100644
index cd2327fff..000000000
--- a/assets/fonts/AndroidClockMono-Light.ttf
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/AndroidClockMono-Thin.ttf b/assets/fonts/AndroidClockMono-Thin.ttf
deleted file mode 100644
index 188d4c08b..000000000
--- a/assets/fonts/AndroidClockMono-Thin.ttf
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/Roboto-Thin.ttf b/assets/fonts/Roboto-Thin.ttf
deleted file mode 100644
index 19e2b54b5..000000000
--- a/assets/fonts/Roboto-Thin.ttf
+++ /dev/null
Binary files differ