Skip to content

Instantly share code, notes, and snippets.

@panayotoff
Created July 13, 2016 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panayotoff/df11767b32fcb02e23f5656c165c4cd0 to your computer and use it in GitHub Desktop.
Save panayotoff/df11767b32fcb02e23f5656c165c4cd0 to your computer and use it in GitHub Desktop.
console.log('%cHello from\n%cThe other side',[
'font-family: \'Helvetica\'',
'font-weight: normal',
'font-size: 15px',
'line-height: 1.25',
].join(';'), [
'font-family: "Helvetica"',
'font-weight: 600',
'font-size: 15px',
'line-height: 1.25',
].join(';'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment