View Single Post
Old 11-05-2022, 05:30 AM   #370
sanon
Member
sanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the endsanon knows the complete value of PI to the end
 
Posts: 16
Karma: 31960
Join Date: Apr 2016
Device: none
Hello everyone,

I've installed a new font, "Barlow Semi Condensed", and updated my css as follows:

p {
line-height: 1.6;
background-color: #4d4d4d;
font-family: "Barlow Semi Condensed" !important;
text-align: left !important;
}

Doesn't seem to be working though... The font has changed into something but it's not BSC. What am I doing incorrectly? Thanks.

EDIT: Solution for anyone interested:
Windows, for whatever reason, has installed 4 out of 18 "Barlow Semi Condensed" fontfaces under "Barlow". These are "regular", "italic", "bold" and "bold italic". So, "font-family: Barlow !important;" is the solution.

Any idea why Windows does this and how to fix it?

Last edited by sanon; 11-05-2022 at 05:49 AM.
sanon is offline   Reply With Quote