We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d6e39 commit 868b1ffCopy full SHA for 868b1ff
packages/docs/src/app/(pages)/_landing/demo.tsx
@@ -44,7 +44,7 @@ function LookAtTheURL() {
44
<text
45
x="84.43988539137376"
46
y="33.319640699669435"
47
- fontFamily="Virgil, Segoe UI Emoji"
+ className="font-medium italic"
48
fontSize="20px"
49
fill="currentColor"
50
direction="ltr"
packages/docs/src/app/globals.css
@@ -104,13 +104,6 @@
104
}
105
106
107
-@layer base {
108
- @font-face {
109
- font-family: 'Virgil';
110
- src: url(https://excalidraw.com/Virgil.woff2);
111
- }
112
-}
113
-
114
@layer components {
115
button:hover .star,
116
button:focus .star {
0 commit comments