Sublime Forum

Font not being picked up properly

#1

I’m trying to use the “M+ 1c” font in sublime text, but it does not seem to be getting picked up what so ever.

I’ve tried:

"font face": "M+ 1c" "font face": "Mplus-1c" "font face": "mplus-1c"

Is there something that I’m missing here? I’m little confused, all of my other fonts work perfectly fine, I’ve tried the M+ font in notepad etc and it’s working fine, so it’s not a corrupt installation or anything.

Any help would be greatly appreciated.

0 Likes

#2

try

"font_face": "M+ 1c"

i.e. with an underscore between ‘font’ and ‘face’

0 Likes