Untitled

 avatar
unknown
plain_text
a year ago
247 B
9
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