Skip to content

Instantly share code, notes, and snippets.

@syhily
Last active April 22, 2024 09:11
Show Gist options
  • Save syhily/40d71fe83d4dbbe78289a0ffbce800a6 to your computer and use it in GitHub Desktop.
Save syhily/40d71fe83d4dbbe78289a0ffbce800a6 to your computer and use it in GitHub Desktop.
opposans.css
/**
* OPPO Sans Fonts from: https://db.quike.com.cn/_nuxt/fonts/
*/
@font-face {
font-family: "OPPOSans";
src: url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-B.d74d1bd.woff2) format("woff2"), url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-B.b8436d4.woff) format("woff");
font-variation-settings: 'wght' 700;
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "OPPOSans";
src: url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-M.7116b96.woff2) format("woff2"), url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-M.fded0eb.woff) format("woff");
font-variation-settings: 'wght' 500;
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: "OPPOSans";
src: url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-R.468eaab.woff2) format("woff2"), url(https://db.quike.com.cn/_nuxt/fonts/OPPOSans-R.c920f27.woff) format("woff");
font-variation-settings: 'wght' 400;
font-weight: 400;
font-style: normal;
font-display: swap
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment