Can you add a stroke to text?

Thanks @sarahfrison! I did a little raccooning around on the web and I found some code. It works perfectly…

<style>
 .outline-heading {
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #B79170;
  }
</style>
9 Likes