Answers for "stroke fonts in css"

CSS
0

css font text stroke

.text{
  -webkit-text-stroke: 1px #7C7BDD;
  -webkit-text-fill-color: transparent;
}
Posted by: Guest on February-17-2022
0

how to give text stroke in css

section .title h3
{
    font-weight: 500; /* ( optional ) */
    -webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language