css-font.txt

Note

This is a Qute template for creating notes in markdown.

@font-face {
  font-family: "{fontFamily}";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("data:font/{type};charset=utf8;base64,{encoded}");
}