Answers for "font face local"

CSS
2

font face

@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
Posted by: Guest on August-26-2020
1

how to find a fontface url

@font-face {
	font-family: Chunkfive;
	src: url('Chunkfive.otf');
}
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language