declaration font in header
-
In section “header” I’ve got something like this:
<link rel="stylesheet" id="ridizain-lato-css" href="//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic" type="text/css" media="all">
and I need another fonts with a “latin” and “latin-ext” extension. I cannot find any source of that code above which I want to change to:
<link rel="stylesheet" id="ridizain-lato-css" href="//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic&subset=latin,latin-ext" type="text/css" media="all">
My site: https://www.tomlight.pl
I would be grateful for any help.
Cheers
- The topic ‘declaration font in header’ is closed to new replies.