Answers for "how to use google font url for font-face"

0

font for css code google link

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
   font-family: 'Open Sans',serif;
}
Posted by: Guest on August-24-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language