Answers for "font-display css google fonts"

CSS
0

font-display css google fonts

@font-face {
  font-family: "Open Sans Regular";
  src: url("...");
  font-display: swap;
}
Posted by: Guest on January-20-2021

Browse Popular Code Answers by Language