Created
July 13, 2016 07:48
-
-
Save panayotoff/df11767b32fcb02e23f5656c165c4cd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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