How to make font family, line-height, font-size to be fixed while copy paste #7418
Unanswered
pranavmappoli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my website is kind of a blogging platform,
When user type through the editor , i have setup the some css property as below
The thing is, when user copy paste from somewhere else, it will get a different font and text size etc. How can i keep the consistancy here, so even user paste in any format, i can ensure it always formatted to my config ...
And also, i dont want my content store the font_size , line_height details while saving . this is something need to be configurable, means, if i change later , the font size to 18px, it should support for old saved data as well.
my theme file
Beta Was this translation helpful? Give feedback.
All reactions