Created
November 16, 2021 16:55
-
-
Save amancevice/cfa3b53c3bb17c27120743411a32a68a to your computer and use it in GitHub Desktop.
Embed font in AWS Step Functions 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
<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