Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customised fonts #2

Open
meghanabhange opened this issue Nov 5, 2020 · 1 comment
Open

Customised fonts #2

meghanabhange opened this issue Nov 5, 2020 · 1 comment

Comments

@meghanabhange
Copy link
Contributor

Heya,

Was looking at the Dracula themes and they look really cool. Was wondering if Dracula specific fonts can be added to this roam theme (like the ones on the website)

I suppose adding something like this would cover most of the headings and body

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

div, textarea {
  font-family: 'Montserrat', sans-serif;
}

Blocker : Don't know which fonts are used and where to find them.

@nsgrantham
Copy link
Collaborator

I wasn't aware there were Dracula specific fonts. Is this a new addition to the specification?

In any case, both Playfair Display and Montserrat are available on Google Fonts, so you should be able to include them in the CSS file and the code you've written will do the trick.

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

No branches or pull requests

2 participants