Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6ca5756

Browse files
Daniel Chevalierharryterkelsen
authored andcommitted
[web] Adds Noto Music fallback font (#46720)
Adds `Noto Music` font as a fallback font, and updates DEPS and font definitions after running the font roller script. ### Issues Fixes: flutter/devtools#6149 ---- ![](https://media.giphy.com/media/3ohzAv6kdQ4tukSNK8/giphy-downsized.gif) I used [the developer API](https://developers.google.com/fonts/docs/developer_api?apix_params=%7B%22family%22%3A%5B%22Noto%20Music%22%5D%7D) to make sure the api works with this font. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 7aa06a4 commit 6ca5756

File tree

4 files changed

+1324
-1333
lines changed

4 files changed

+1324
-1333
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ deps = {
956956
'packages': [
957957
{
958958
'package': 'flutter/flutter_font_fallbacks',
959-
'version': 'ba9a3d16939f9576afa67273198d779270cd768ae2867209ff3d72bab9acd3f6'
959+
'version': '14d38cffa1a2c9d4380094957aa63aee811b613b0dc53fd909557f61f6a9068c'
960960
}
961961
],
962962
'dep_type': 'cipd',

lib/web_ui/dev/roll_fallback_fonts.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ const List<String> fallbackFonts = <String>[
334334
'Noto Sans',
335335
'Noto Color Emoji',
336336
'Noto Emoji',
337+
'Noto Music',
337338
'Noto Sans Symbols',
338339
'Noto Sans Symbols 2',
339340
'Noto Sans Adlam',

0 commit comments

Comments
 (0)