pengx17 / logseq-dev-theme

</> Logseq dev theme

Home Page:https://pengx17.github.io/knowledge-garden/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to install in offline mode

marukim1227 opened this issue · comments

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.