ウェブフォント読み込み中の全テキストの表示

sample1code
@font-face {
   font-family:”【任意のフォント名】”
   font-display: swap;
   src: url(“【ウェブフォントのファイルがある場所のパス】”) format(“【ウェブフォントの拡張子】”);
 }