What font is used on the Google maps for the labels?
Asked
Active
Viewed 1.1e+01k times
12
-
[2018] Product Sans : https://en.wikipedia.org/wiki/Product_Sans – stallingOne Sep 17 '18 at 09:36
-
@stallingOne Are you sure? My browser, at least, still uses Roboto for the labels. One of the clearer differences is in the capital Q, where in Product Sans, the majority of the tail is inside the bowl, while Roboto leaves the entire tail on the outside. – Nnnes Mar 13 '19 at 22:41
2 Answers
12
Arial is the base font, but then they outline it very deliberately to make it stand out against certain backgrounds.
http://groups.google.com/group/google-maps-api/browse_thread/thread/9318b651e7174aa0?pli=1
This is an extremely good analysis of the textual design of the maps, which may also address your question: (assuming your question is motivated by "why is the font so effective"):
http://www.41latitude.com/post/3183269217/google-maps-label-reability-3
EDIT: I posted the wrong blog entry for 411latitude at first, but I've corrected it now.

kvista
- 5,039
- 1
- 23
- 25
-
1Any Idea how can I reach the same outlining effect using html and css? – GetUsername Mar 11 '11 at 08:11
8
-
-
1When using the Google Maps API, they add a CSS link to the of your document to load Roboto. – MinchinWeb Jan 31 '18 at 18:02