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?