Skip to content

Instantly share code, notes, and snippets.

@amancevice
Created November 16, 2021 16:55
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 amancevice/cfa3b53c3bb17c27120743411a32a68a to your computer and use it in GitHub Desktop.
Save amancevice/cfa3b53c3bb17c27120743411a32a68a to your computer and use it in GitHub Desktop.
Embed font in AWS Step Functions SVG
<defs>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Ubuntu');
.label { font-family: "Ubuntu", monospace; font-size: 12px; }
</style>
</defs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment