A Pen by Chris Coyier on CodePen.
Created
August 26, 2018 23:31
-
-
Save mscalora/68d64aa97b31cd24b124a662df4356c0 to your computer and use it in GitHub Desktop.
Fitted Text with SVG
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
<svg viewBox="0 0 56 18"> | |
<text x="0" y="15">Fit Me</text> | |
<svg> |
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
@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC'); | |
text { | |
font-family: 'Bowlby One SC', cursive; | |
} | |
svg { | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment