/*
	Ref: https://www.onlinewebfonts.com/search?q=helvetica
	https://www.onlinewebfonts.com/download/bec9cfcd690948400517b31821c873e1
		-> wget http://db.onlinewebfonts.com/t/bec9cfcd690948400517b31821c873e1.ttf -O helvetica.ttf
*/

@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'), url(helvetica.ttf) format('truetype');
}
