mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: update font file and add meta tags (#400)
* fix: add new, smaller FG_Virgil file * fix: update with new codesandbox font file link * feat: add og-image and meta tags * feat: add pr template * fix: update pr template * fix: remove pr template * refactor: remove twitter meta in favor of og:image * fix: add og:image:width * refactor: update image * refactor: use image in readme
This commit is contained in:
parent
8154ccd907
commit
e5e0e37f23
5 changed files with 29 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue