I uploaded my client's font to CSS, and there were no error messages. However, when I try to use it, the font doesn't appear in the list of available fonts.
This is the css code I've found to use and tried other troubleshooting but nothing has worked.
@font-face {
font-family: Circular;
src: url(https://static1.squarespace.com/static/66992bfc010ace2d87593757/t/66995ce43385b544a430f538/1721326820620/CircularBravoTT-ThinItalic.ttf);
}