Answers for "how to import a google font in html by url"

CSS
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 "how to import a google font in html by url"

Browse Popular Code Answers by Language