Setting the default note font to semibold

I would like to set my default note font to use the semibold weight, but when I edit “font-name” in “OFITextStyleNoteBody”, the default font doesn’t seem to change. I have imported my custom style and quit OmniFocus, but the font looks just like it did before. I have tried two different ways to do this:

		<key>OFITextStyleNoteBody</key>
		<dict>
			...
			<key>font-name</key>
			<string>semibold</string>
		</dict>

and

		<key>OFITextStyleNoteBody</key>
		<dict>
			...
			<key>font-name</key>
			<string>ApproximaOverdrive-Semibold</string>
		</dict>

I hope someone can help me fix this!

Thanks,
Richard

Both work for me, assuming you’re altering the Proxima Nova version.

You’ve definitely set the Font Collection to your custom theme after import? (hate to ask, but I’ve done this myself while working on a theme…)

That did the trick. I didn’t know you could select the Font Collection.

Thanks for the clarification!

1 Like