question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Font sizes are getting ignored

See original GitHub issue

Hi, I just started to use this package and I think it’s really cool. Here’s one problem I’m having, no matter whatever the font I’m setting in the sheet it’s getting ignored. I also tried with markdown syntax like # but it’s getting ignored as well.

    "gatsby-source-google-docs": "^2.0.0-beta.26",
    "gatsby-transformer-remark": "^2.8.42",
    "gatsby-transformer-sharp": "^2.5.7",
    "react": "^16.12.0",
    "gatsby": "^2.23.12",

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
cedricdelpouxcommented, Oct 19, 2020

we could add an <span style="font-size:12px"> html tag around text in the formatText function here.

But I don’t want to enable this feature by default and should be enabled with an option enableFontSize. Finally, we need to update existing tests to add this new feature

1reaction
cedricdelpouxcommented, Oct 19, 2020

The font size you set in your Google Docs documents are ignored for now to keep the html as clean as possible. Do you think it could be nice to support it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

css - Font-size being ignored in browsers - Stack Overflow
I have noticed that this value may be ignored if you make it smaller than a certain size. I was experimenting with this...
Read more >
Font size being ignored under a certain size #5116 - GitHub
This behavior causes fonts to be way larger then they should be considering a specified CSS font-size value. And of course this all...
Read more >
Font Sizes all wrong now - Coda Maker Community
SO it seems that just the text size setting is being ignored in specific layouts in specific areas. I'd call it a bug...
Read more >
Is there a way to ignore just a specific site's font sizes?
IN IE11 -> Accessibility -> Check "Ignore font sizes specified on webpages". Only thing is - imposing a font size on certain websites...
Read more >
Outlook Ignores Font Size When Using !important - Litmus
I have a title with a font size of 36px and every time i add the !important to it outlook 2013 doesnt use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found