@font-face {
  font-family: 'goodfont';
  src: 
	url('font/Bad Signal.otf')
}

.Three {
  color: green;
  font-family: 'goodfont', sans-serif;
}