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

Fonts too small for figure #42

Open
sunworshipper opened this issue Apr 6, 2020 · 2 comments
Open

Fonts too small for figure #42

sunworshipper opened this issue Apr 6, 2020 · 2 comments

Comments

@sunworshipper
Copy link

Currently there is a workaround where you can save the webpage as a pdf and then import it to Illustrator. However, in general the fonts are too small for a figure and difficult to read.
Some feature where these can be changed would be useful.

A config file would be useful.

@MatSchaeff
Copy link
Contributor

Thank you for your suggestion, I will look on how to implement it as an option.
For now, you can use css to enlarge the font-size of some elements.
For example,

  • change the font-size of the sequence :
.seqGroup text{
  font-size:12px
}
  • change the font-size of the yaxis :
.yaxis{
  font-size:12px
}

@gabrielctn
Copy link

For anyone interested, I changed more font size like this:

.axis, text.element.domainsText, text.element.pusText, .tick text {
    font-size: 13px!important;
}

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

No branches or pull requests

3 participants