Files
excalidraw/src/styles.css
T
Christopher Chedeau 4c94976527 Random fixes (#57)
2020-01-02 18:20:08 -08:00

15 lines
315 B
CSS

/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
@font-face {
font-family: "Virgil";
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
}
label {
margin-right: 10px;
}
input[type="number"] {
width: 30px;
}
input {
margin-right: 5px;
}