Home  >  Article  >  Backend Development  >  Rubbish WordPress, which always references the web font files on fonts.googleapis.com, has become popular.

Rubbish WordPress, which always references the web font files on fonts.googleapis.com, has become popular.

WBOY
WBOYOriginal
2016-08-08 09:30:47893browse

Use Editplus to search in the code directory,

Comment out all references:

"C:xampp-1.8.3htdocswordpress-4.0wp-includesjstinymcepluginscompat3xcssdialog.css"(1,21):

@import url(//fonts .googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin);

Comment out this line with /**/

"C:xampp-1.8. 3htdocswordpress-4.0wp-includesscript-loader.php"(603,34):

$open_sans_font_url = "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset= $subsets";

Comment out this line directly

The above has introduced the rubbish WordPress, which always refers to the Web font files on fonts.googleapis.com, which is very popular. It includes relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn