diff --git a/src/app.css b/src/app.css index fddfee7..ec5f104 100644 --- a/src/app.css +++ b/src/app.css @@ -2,6 +2,34 @@ @tailwind components; @tailwind utilities; +@font-face { + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url('/fonts/roboto-mono-v22-latin-300.woff2'), url('https://fonts.gstatic.com/s/robotomono/v22/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +@font-face { + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/fonts/roboto-mono-v22-latin-regular.woff2'), url('https://fonts.gstatic.com/s/robotomono/v22/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +@font-face { + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('/fonts/roboto-mono-v22-latin-700.woff2'), url('https://fonts.gstatic.com/s/robotomono/v22/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + + body { font-family: 'Roboto Mono', monospace; background: white; diff --git a/src/app.html b/src/app.html index 9ba2c02..e86e9e9 100644 --- a/src/app.html +++ b/src/app.html @@ -8,7 +8,6 @@ - diff --git a/static/fonts/roboto-mono-v22-latin-300.woff b/static/fonts/roboto-mono-v22-latin-300.woff new file mode 100644 index 0000000..d922d65 Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-300.woff differ diff --git a/static/fonts/roboto-mono-v22-latin-300.woff2 b/static/fonts/roboto-mono-v22-latin-300.woff2 new file mode 100644 index 0000000..3d6e168 Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-300.woff2 differ diff --git a/static/fonts/roboto-mono-v22-latin-700.woff b/static/fonts/roboto-mono-v22-latin-700.woff new file mode 100644 index 0000000..252e6a4 Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-700.woff differ diff --git a/static/fonts/roboto-mono-v22-latin-700.woff2 b/static/fonts/roboto-mono-v22-latin-700.woff2 new file mode 100644 index 0000000..d7170da Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-700.woff2 differ diff --git a/static/fonts/roboto-mono-v22-latin-regular.woff b/static/fonts/roboto-mono-v22-latin-regular.woff new file mode 100644 index 0000000..be3eb4c Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-regular.woff differ diff --git a/static/fonts/roboto-mono-v22-latin-regular.woff2 b/static/fonts/roboto-mono-v22-latin-regular.woff2 new file mode 100644 index 0000000..f8894ba Binary files /dev/null and b/static/fonts/roboto-mono-v22-latin-regular.woff2 differ