Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 713 Bytes

TypeTip

TypeTip is a little bookmarklet that displays a tooltip with type information when HTML elements are hovered

  1. Create a bookmark in your browser
  2. Name it TypeTip
  3. Copy and paste the code on this page to your bookmark where you would type the URL to a webpage.
  4. Save and click the bookmark
  5. 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);})();