Skip to content

Instantly share code, notes, and snippets.

@edisplay
Last active January 30, 2019 14:54
Show Gist options
  • Save edisplay/4f4036dbb4c9e08d5e40c1375576b199 to your computer and use it in GitHub Desktop.
Save edisplay/4f4036dbb4c9e08d5e40c1375576b199 to your computer and use it in GitHub Desktop.
// ********************************************************
// Obtain the base font-size for current page
var baseFontSize = jQuery('body').css('font-size');
console.log(baseFontSize);
// or
jQuery('body').css('font-size');
// ********************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment