feat: Add Cascadia font (#465)

* adding cascadia font

* adding font file
This commit is contained in:
wei 2020-01-20 07:12:12 -08:00 committed by Christopher Chedeau
parent 2918a28bf0
commit 37e082fcdc
4 changed files with 15 additions and 1 deletions

View file

@ -7,6 +7,13 @@
font-display: swap;
}
/* https://github.com/microsoft/cascadia-code */
@font-face {
font-family: "Cascadia";
src: url("https://uploads.codesandbox.io/uploads/user/5f5b1ecd-ac15-4c7f-803e-e11ff53ea4ce/z1tp-Cascadia.ttf");
font-display: swap;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;