logseq-dev-theme
logseq-dev-theme copied to clipboard
[Question] How to install in offline mode
Hello, I'm pleased to use this awesome theme in logseq.
The only problem is I'm in offline, network disconnected environment. I already tried with custom.css but there is font issue, maybe.
Could you plese guide how I can install this theme to offline logseq?
Thanks.
I think what you can do is specify the fonts that are already installed on your computer, and then overwrite the font rules in the Dev theme with this:
html,
body {
font-family: "your-font-name" !important;
}
Let me know if you need future help on the above.