Answers for "how to use font-face inline style"

CSS
4

@font-face rule in 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
0

@font-face in css

add booter-zero zero font css
Posted by: Guest on February-05-2022

Browse Popular Code Answers by Language