diff --git a/src/styles.css b/src/styles.css new file mode 100644 index 0000000..bf42f97 --- /dev/null +++ b/src/styles.css @@ -0,0 +1,14 @@ +@font-face { + font-family: "Stain"; + src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype"); + font-weight: normal; + font-style: normal; +} + +body, +input, +select, +button, +a { + font-family: "Stain", sans-serif; +}