Hi, I’m very new to using TW. I want to use 2 specific fonts. One font for the titles of tiddlers and subheadings, and another for everything else. I’m thinking Spectral SC and Libre Baskerville which are both Google fonts. I don’t need a font stack, my TW is only ever going to be accessed by me.
From what I understand I need to create a stylesheet which I have successfully done for other elements but I can’t figure out how to change the fonts. I have tried following the instructions on google-fonts.tiddlyhost.com but I don’t think I’m writing the stylesheet correctly. I’ve tried:
.tc-title {
font-family: “Spectral SC”, serif;
}
.tc-tiddler-frame .tc-title {
font-family: “Spectral SC”, serif;
}
.h2 {
font-family: “Spectral SC”, serif;
}
…etc. and nothing changes. Sorry for the dumb question.