Answers for "css font file"

CSS
1

add font css

@font-face {
font-family: Ampersand;
src: url("fonts/ampersand.woff");
}
Posted by: Guest on March-15-2022
4

import font css

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
       url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
Posted by: Guest on July-31-2020

Browse Popular Code Answers by Language