diff --git a/README.md b/README.md index c9458a50..2efdd512 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- + Excalidraw logo: Sketch handrawn like diagrams.

Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

diff --git a/public/FG_Virgil.ttf b/public/FG_Virgil.ttf index 12948ccf..ac26d60b 100644 Binary files a/public/FG_Virgil.ttf and b/public/FG_Virgil.ttf differ diff --git a/public/index.html b/public/index.html index 0c9b9966..055ee8dd 100644 --- a/public/index.html +++ b/public/index.html @@ -8,11 +8,33 @@ content="width=device-width, initial-scale=1, shrink-to-fit=no" /> + + + + + + + + + + + + diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 00000000..1601d16e Binary files /dev/null and b/public/og-image.png differ diff --git a/src/styles.scss b/src/styles.scss index c18f2894..11791226 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -3,7 +3,7 @@ /* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */ @font-face { font-family: "Virgil"; - src: url("https://uploads.codesandbox.io/uploads/user/f7fdc300-3c43-44c1-9a59-4338a82a9954/_oPE-FG_Virgil.ttf"); + src: url("https://uploads.codesandbox.io/uploads/user/f7fdc300-3c43-44c1-9a59-4338a82a9954/xhjR-FG_Virgil.ttf"); font-display: swap; }