New Class Font Doesn't Stick
-
Per the previous thread, I added this new class (below) to the CSS Custom Manager. In Pages, on the Text tab, I can format some text with this new format using the <casualtext> tag. Preview shows the text in the new font. But when I click the Visual tab, it removes the <casualtext> tags. Any idea on how I can get this new format to “stick?”
Thanks!
Dianne
@import “url(https://fonts.googleapis.com/css?family=Architects+Daughter)”;
casualtext {
font-family: ‘Architects Daughter’, cursive;
font-size: 20px;
font-size: 2.0rem;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘New Class Font Doesn't Stick’ is closed to new replies.