@font-face { font-family: "YourFontName"; src: url("URL-of-your-uploaded-font") format("woff2"); font-weight: normal; font-style: normal; } h1, h2, h3, h4, h5, h6 { font-family: "YourFontName", serif; /* or sans-serif depending on your font */ }