diff --git a/app/assets/app.css b/app/assets/app.css index 70afd1a..73abc8b 100644 --- a/app/assets/app.css +++ b/app/assets/app.css @@ -5,6 +5,20 @@ font-style: normal; } +@font-face { + font-family: "NDS7"; + src: url("/assets/nds-7px.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "NDS9"; + src: url("/assets/nds-9px.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + * { box-sizing: border-box; margin: 0; @@ -12,9 +26,6 @@ } body { - font-family: "Nintendo DS BIOS", monospace; - -webkit-font-smoothing: none; - -moz-osx-font-smoothing: grayscale; image-rendering: pixelated; image-rendering: crisp-edges; } diff --git a/app/assets/calendar_day-selector.png b/app/assets/calendar_day-selector.png new file mode 100644 index 0000000..2ed89f0 Binary files /dev/null and b/app/assets/calendar_day-selector.png differ diff --git a/app/assets/calendar_last-row.png b/app/assets/calendar_last-row.png new file mode 100644 index 0000000..f51414b Binary files /dev/null and b/app/assets/calendar_last-row.png differ diff --git a/app/assets/nds-7px.ttf b/app/assets/nds-7px.ttf new file mode 100644 index 0000000..74ea237 Binary files /dev/null and b/app/assets/nds-7px.ttf differ diff --git a/app/assets/nds-9px.ttf b/app/assets/nds-9px.ttf new file mode 100644 index 0000000..614076f Binary files /dev/null and b/app/assets/nds-9px.ttf differ