lisa
(@contentiskey)
what is the name of font are you seeing that is unexpected/different?
I’m not sure what the name of the font is, the rest of my font is PT Sans but the sentence that I’ve quoted above is different.
lisa
(@contentiskey)
here is what I see when I use chrome inspector for the words “get in touch”
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body {
background-color: #f4d0d0!important;
color: #000000!important;
font-family: 'PT Sans'!important;
font-size: 13px!important;
font-style: normal!important;
font-weight: 400!important;
text-decoration: none!important;
}
here is what I see when I use chrome inspector for the words “I am currently open to commissions, feel free to ”
.entry-content > :last-child, .entry-summary > :last-child, ul {
font-family: 'PT Sans Caption'!important;
font-size: 13px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 0.8!important;
}
the fonts are very similar:
https://fonts.google.com/specimen/PT+Sans+Caption
https://fonts.google.com/specimen/PT+Sans
if you have not added any customization for fonts then I recommend asking in the theme support area for guidance:
https://ww.wp.xz.cn/support/theme/twentyfifteen
That’s odd… I don’t have the tags .entry-content etc. set to PT Sans Caption. It’s formatted for Pt Sans.
I’ve found if I delete the sentence completely the next sentence of text will then change font. I’m at a loss about what to do.
lisa
(@contentiskey)
-if you have not added any customization for fonts then I recommend asking in the theme support area for guidance:
https://ww.wp.xz.cn/support/theme/twentyfifteen
or
-install health check plugin and use troubleshooting tools to deactivate current theme and all plugins.
see if the font issue still persists.
https://ww.wp.xz.cn/plugins/health-check/
Thank you, I will ask the theme support directly.