How to upload custom font on Refresh theme with base.css replacing the them.css.liquid file

hi

i m trying to use the Destoria font

using the base.css file

@font-face {
font-family: “Destoria”;
src: url({{“assets/Destoria.woff2”}}) format(“woff2”),
url({{“assets/Destoria.woff”}}) format(“woff”);
}
.banner__heading h1 { font-family: “Destoria”!important; }

does someone see where im faulting please thank you for your help