TypeTip is a little bookmarklet that displays a tooltip with type information when HTML elements are hovered
- Create a bookmark in your browser
- Name it TypeTip
- Copy and paste the code on this page to your bookmark where you would type the URL to a webpage.
- Save and click the bookmark
- Hover elements on the webpage to display type information like font family, line height, letter spacing etc
Code to copy
javascript:(function(){tt=document.createElement('script');tt.src='https://cdn.rawgit.com/andreasnylin/TypeTip/40639faeaae1884de59f11b1111a05e3c1c5ec3f/typetip.js';document.body.appendChild(tt);})();