From b637ad49d992d367aaf34c7138e5ad11a5d41968 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 18 Sep 2025 09:25:41 -0700 Subject: [PATCH] vendor all fonts (#36170) add noto color --- selfdrive/assets/fonts/NotoColorEmoji-Regular.ttf | 3 +++ tools/mac_setup.sh | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 selfdrive/assets/fonts/NotoColorEmoji-Regular.ttf diff --git a/selfdrive/assets/fonts/NotoColorEmoji-Regular.ttf b/selfdrive/assets/fonts/NotoColorEmoji-Regular.ttf new file mode 100644 index 0000000000..2579d30f65 --- /dev/null +++ b/selfdrive/assets/fonts/NotoColorEmoji-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f216a4ec672bb910d652678301ffe3094c44e5d03276e794ef793d936a1f1d +size 25096376 diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 430fc95222..0ae0b35359 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -48,7 +48,6 @@ brew "zeromq" cask "gcc-arm-embedded" brew "portaudio" brew "gcc@13" -cask "font-noto-color-emoji" EOS echo "[ ] finished brew install t=$SECONDS"