I do not want to use any Google fonts and would like to replace all of them with common system fonts like Arial and Georgia. How can I do that? My site is in Turkish and most Google fonts look simply terrible with Turkish characters even with the so called extended-Latin subsets. Kind regards.
1 Answers
Hi Tunc,
To resolve this issue please follow my instruction here:
– Open template.css file in /wp-content/themes/dw-focus/assets/css/template.css
– Remove following code at the top of the file
@import "//fonts.googleapis.com/css?family=Glegoo";@import "//fonts.googleapis.com/css?family=Bitter:400,700";
That changed some of the fonts on the homepage but the category titles and navigation menu still looks bad. How can I replace them with system fonts?
Please login or Register to submit your answer
replied 11 years ago
I upgraded to version 1.07 and was able to change fonts for category titles and navigation menu. Thanks.