-
Notifications
You must be signed in to change notification settings - Fork 50
Removed default ligatures behaviour #471
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
Removed default ligatures behaviour #471
Conversation
… added those to resources
val laikaFontPath = "laika/helium/fonts" | ||
val tlFontPath = "org/typelevel/sbt/site/fonts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh laika puts it under helium? I didn't think fonts are helium specific. Meh, we can leave it as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, we can't change it anyway right? This is where they are inside the laika jar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But yeah, I guess they put it there because the fonts are only used as "part of helium"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I meant whether we should put it under helium too, to be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohhhh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Easy change if you wanted it, but don't think it adds much really
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly. Meh :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for chasing this down!! Ligatures begone!
Set default font for code to Fira Mono, which doesn't have ligatures and added the
.ttf
files to resources to ensure they can be properly embedding in a generated.pdf