Answers for "using google font in you css"

4

import google font css

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.generic_class {
	font-family: 'Open Sans', sans-serif;
}
Posted by: Guest on November-10-2020
0

how to setup google fonts in html and css

font-family: '<custom_font_you_selected>', <fallback_font>
Posted by: Guest on February-16-2021

Browse Popular Code Answers by Language