Skip to content

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

Notifications You must be signed in to change notification settings

andreasnylin/TypeTip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);})();

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published