Advertisement
Guest User

Untitled

a guest
Feb 20th, 2021
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | None | 0 0
  1. * {
  2.     font-family: 'Google Sans', sans-serif !important;
  3. }
  4.  
  5. /* cyrillic */
  6. @font-face {
  7.   font-family: 'Google Sans';
  8.   font-style: normal;
  9.   font-weight: 400;
  10.   font-display: swap;
  11.   src: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/fonts/GoogleSans-cyrillic.woff2) format('woff2');
  12.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  13. }
  14. /* greek */
  15. @font-face {
  16.   font-family: 'Google Sans';
  17.   font-style: normal;
  18.   font-weight: 400;
  19.   font-display: swap;
  20.   src: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/fonts/GoogleSans-greek.woff2) format('woff2');
  21.   unicode-range: U+0370-03FF;
  22. }
  23. /* vietnamese */
  24. @font-face {
  25.   font-family: 'Google Sans';
  26.   font-style: normal;
  27.   font-weight: 400;
  28.   font-display: swap;
  29.   src: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/fonts/GoogleSans-vietnamese.woff2) format('woff2');
  30.   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  31. }
  32. /* latin-ext */
  33. @font-face {
  34.   font-family: 'Google Sans';
  35.   font-style: normal;
  36.   font-weight: 400;
  37.   font-display: swap;
  38.   src: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/fonts/GoogleSans-latinext.woff2) format('woff2');
  39.   unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  40. }
  41. /* latin */
  42. @font-face {
  43.   font-family: 'Google Sans';
  44.   font-style: normal;
  45.   font-weight: 400;
  46.   font-display: swap;
  47.   src: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/fonts/GoogleSans-latin.woff2) format('woff2');
  48.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement