Skip to content
Discussion options

You must be logged in to vote

@Elharion6757 , the relevant documentation is here: https://triliumnext.github.io/Docs/Wiki/themes.html#custom-css

For example, to change the font of the document you could use the following appCss note:

@media print {
	body {
        --main-font-family: serif !important;
        --detail-font-family: var(--main-font-family) !important;
    }
}

Replies: 0 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Elharion6757
Comment options

@eliandoran
Comment options

Answer selected by eliandoran
@Elharion6757
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants