I have a series of font values like this (Command separated one line):
Yeseva+One, Yrsa, ...
I'm looking for a SED (Or other bash tool expression) for turn each value into line statements like this:
--font-yeseva-one: "Yeseva One";
--font-yrsa: "Yrsa";
Thoughts?
Update
Just wanted to say thanks for all the great help with this and if anyone needs google fonts as CSS variables / properties they are all available here (MIT License): https://github.com/superfly-css/superfly-css-variables-fonts/blob/master/src/main/css/index.css
I'll also be providing utilities for using google fonts here: https://github.com/superfly-css/superfly-css-utilities-fonts