Skip to content

Is there any way to change the font of Normal text? #7061

Discussion options

You must be logged in to vote

I have done this.

Add codes to font.css

@font-face {
  font-family: "Helvetica";
  src: url("font_LXGW.woff2");
  font-display: swap;
}

Add codes to index.html

    <link
      rel="preload"
      href="/font_LXGW.woff2"
      as="font"
      type="font/woff2"
      crossorigin="anonymous"
    />

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by FrozenSky7124
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants