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

css text-shadow #92

Open
tmap99 opened this issue Jun 28, 2022 · 2 comments
Open

css text-shadow #92

tmap99 opened this issue Jun 28, 2022 · 2 comments

Comments

@tmap99
Copy link

tmap99 commented Jun 28, 2022

I tried to add text-shadow to the styling, but it's not available. Is it possible to add text-shadow to the avalaible css styling options? That would be very helpful to make text overlays more readable. Or is there another option to add an outline to the text?

@akilakumarasamy
Copy link

akilakumarasamy commented Jul 20, 2022

use it under style and it works I have used it like this under attributes like,
attributes: {
"font-size": "16",
style: "text-shadow: 1px 1px 3px #fff;"
}
this works for me

@tmap99
Copy link
Author

tmap99 commented Sep 13, 2022

thank you, it works for me too :)

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

No branches or pull requests

2 participants