Skip to content

Instantly share code, notes, and snippets.

@mscalora
Created August 26, 2018 23:31
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 mscalora/68d64aa97b31cd24b124a662df4356c0 to your computer and use it in GitHub Desktop.
Save mscalora/68d64aa97b31cd24b124a662df4356c0 to your computer and use it in GitHub Desktop.
Fitted Text with SVG
<svg viewBox="0 0 56 18">
<text x="0" y="15">Fit Me</text>
<svg>
@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