fix: material icons font file (#8366)
This commit is contained in:
parent
8b0a8160a1
commit
b906d42e1d
4 changed files with 14 additions and 4 deletions
1
packages/tailwind-config/fonts/LICENSE.txt
Normal file
1
packages/tailwind-config/fonts/LICENSE.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
MaterialSymbolsRounded[FILL,GRAD,opsz,wght].ttf: Copyright 2022, 2022 Google LLC. All Rights Reserved.
|
||||
Binary file not shown.
|
|
@ -11,7 +11,6 @@
|
|||
@import "@fontsource/ibm-plex-mono/500.css";
|
||||
@import "@fontsource/ibm-plex-mono/600.css";
|
||||
@import "@fontsource/ibm-plex-mono/700.css";
|
||||
@import "@fontsource/material-symbols-rounded/400.css";
|
||||
|
||||
@custom-variant dark (&:where([data-theme*="dark"], [data-theme*="dark"] *));
|
||||
@custom-variant dark-high-contrast (&:where([data-theme="dark-contrast"], [data-theme="dark-contrast"] *));
|
||||
|
|
@ -1152,6 +1151,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* material-symbols-rounded-regular - latin */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("./fonts/material-symbols-rounded-v168-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
@utility material-symbols-rounded {
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-weight: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue