Hey folks,
I’m pretty new to configuration profiles and tried setting one up, but it didn’t work as expected. I use textedit on my Mac a lot, and every time I open it, it resets to the default font and size. I like things a certain way, so having to change it manually every time is a bit annoying.
I heard that a config profile could help, so I gave it a shot. The font size changes fine, but the font itself stays the same. Here’s what I used:
1 2 3 4 5 |
<key>NSFont</key> <string><font_name></string> <key>NSFontSize</key> <integer><font_size></integer> |
Any idea what I’m doing wrong? Would appreciate the help!