It might work with (m)any font hosted by fonts.google.com. For instance: https://www.google.com/search?q=permanent+marker+font
Google Search: Roboto Mono
31–40 of 67 posts
Re: Google Search: Roboto Mono
#32Nice easter egg, any others? https://www.google.com/search?q=courier+font
https://www.google.com/search?q=cat or https://www.google.com/search?q=dog then click the paw then click around the page edit: https://en.wikipedia.org/wiki/List_of_Google_Easter_eggs
I've tried some of the mentioned easter eggs and they don't seem to work anymore.
Re: Google Search: Roboto Mono
#33I really like the search results in monospace. I wish you could configure the font!
The implementation is literally just one style on the page: * { font-family: monospace !important } You can use e.g. Tampermonkey to inject this style on https://www.google.com/search *: https://www.tampermonkey.net/documentation.php?locale=en#met...
Re: Google Search: Roboto Mono
#34There are 1000 things google can spend their time on, that will be useful for the users. These intelligent idiots wasting the time and effort on these things.
Re: Google Search: Roboto Mono
#35Re: Google Search: Roboto Mono
#36Earlier quoted context omitted.
I do wish monospace designs were at least a _little_ trendier. My blog uses one, but honestly I feel like I should change it up since I'm looking for roles right now and I worry it doesn't _delight_ like modern designs right now.
It's nice. Extremely fast too. Personally I had to turn my brightness up to read it easily, so possibly a little more contrast between text and background but that's just me.
Re: Google Search: Roboto Mono
#37I'm happy that there are still a few people at google doing the kind of fun things they used to do back when it was a startup. I think the easter eggs are still up if you ask Google Maps for a walking route to Mordor.
While this one seems pretty straight forward to add, it's pretty incredible that they have so many great easter eggs. I can totally imagine that a major site like the SERP changing all the time, and maintaining an easter egg can be a helluva bit of tech debt to drag around without increasing profit. Anyways, kudos to that 1 or 2 engineers who convinced a PM to let them have fun for a few sprints.
Re: Google Search: Roboto Mono
#38It might work with (m)any font hosted by fonts.google.com. For instance: https://www.google.com/search?q=permanent+marker+font
Looks like it doesn't work for Libre Barcode :( https://www.google.com/search?q=libre+barcode+39+font
Re: Google Search: Roboto Mono
#39Earlier quoted context omitted.
https://www.google.com/search?q=cat or https://www.google.com/search?q=dog then click the paw then click around the page edit: https://en.wikipedia.org/wiki/List_of_Google_Easter_eggs
> edit: https://en.wikipedia.org/wiki/List_of_Google_Easter_eggs I've tried some of the mentioned easter eggs and they don't seem to work anymore.
yep, some do need to be marked discontinued, like "baby yoda"
some do work here but I'm on Chrome without too much JS blocked: "Cha Cha Slide," "blink tag," "askew," "drop bear."
Re: Google Search: Roboto Mono
#40Earlier quoted context omitted.
The implementation is literally just one style on the page: * { font-family: monospace !important } You can use e.g. Tampermonkey to inject this style on https://www.google.com/search *: https://www.tampermonkey.net/documentation.php?locale=en#met...
For just injecting CSS I prefer the Stylus addon.