Posted - 05/13/2019 : 00:44:21
To improve website speed, I want to remove google font and use system font to instead:
First, I need to remove <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
There are font-family in 25 positions in stye.css How and where to insert following system fonts into css?
[brown]font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;[/brown]
Is there any other thing I have to do?
|