Skip to content

Commit 868b1ff

Browse files
committed
doc: Remove Excalidraw font (saves 62kB)
1 parent 06d6e39 commit 868b1ff

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/docs/src/app/(pages)/_landing/demo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function LookAtTheURL() {
4444
<text
4545
x="84.43988539137376"
4646
y="33.319640699669435"
47-
fontFamily="Virgil, Segoe UI Emoji"
47+
className="font-medium italic"
4848
fontSize="20px"
4949
fill="currentColor"
5050
direction="ltr"

packages/docs/src/app/globals.css

-7
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@
104104
}
105105
}
106106

107-
@layer base {
108-
@font-face {
109-
font-family: 'Virgil';
110-
src: url(https://excalidraw.com/Virgil.woff2);
111-
}
112-
}
113-
114107
@layer components {
115108
button:hover .star,
116109
button:focus .star {

0 commit comments

Comments
 (0)