Hi there,
Thanks, I’m able to check it.
The font is being applied on those text with yellow marking. This is the CSS being applied,
body, p, blockquote, li {
font-family: 'nanumbarungothic' !important;
}
It’s the same font applied to other texts that don’t have the yellow marking.
Plus, this text, you should remove the style
<strong><span style="/* font-family: nanumbarungothicbold; */">vi /etc/ssh/sshd_config</span></strong>
It’s redundant since it’s already wrapped with <strong> which is bold font weight.
Or perhaps you’re expecting it to be different characters? What font should be applied? But based on comparison with yellow marked text and other texts, they all have same font styling originating from here https://babo.tips/wp-content/uploads/useanyfont/uaf.css?ver=1516023440
Thanks!