To make longer text:
Adjust the font letter spacing:
font-size: 39px;
letter-spacing: 20px;
To change the speed of the rotation:
animation: rotation 30s infinite linear;
To change the font:
font-family: "Montserrat";
text-transform: uppercase;
Using the “font-family” property, replace ‘Montserrat’ with the name of your desired font.
To change the color:
fill: #000;
Directions: Edit the bold text in the embeded code box above.
<textPath xlink:href="#textcircle">Your Text Goes Here!</textPath>
Replace “Your Text Goes Here!” with what text you want