Untitled

Anonymous
plain_text
03/02/2024 10:21 AM
332 B
21
Indexable
@font-face {
    font-family: "Rachel Brown";
    src: url('../fonts/RachelBrown.woff');
    src: url('../fonts/RachelBrown.otf') format('opentype'),
    url('../fonts/RachelBrown.ttf') format ('trutype');
}

p {
    font-family: "Rachel Brown";
}
Editor is loading...
Leave a Comment