Created
November 1, 2017 00:42
-
-
Save rootscript/12223734e3a34583608ae830774d7e7a to your computer and use it in GitHub Desktop.
[Framer Snippets 01] useful bits & pieces #framer #snippets
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
Utils.insertCSS('@import url(http://fonts.googleapis.com/css?family=Pacifico)') | |
PacificoLayer = new Layer | |
html: "This is Pacifico" | |
style: { fontFamily: "Pacifico" } | |
Utils.insertCSS('@import url(http://fonts.googleapis.com/css?family=Rozha+One);') | |
RozhaOneLayer = new Layer | |
html: "This is Rozha One" | |
style: { fontFamily: "Rozha One" } | |
Utils.insertCSS('@import url(http://fonts.googleapis.com/css?family=Pacifico)', '@import url(http://fonts.googleapis.com/css?family=Rozha+One)') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment