Font sizes are getting ignored
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
we could add an
<span style="font-size:12px">
html tag around text in theformatText
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
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?