summaryrefslogtreecommitdiff
path: root/assets/style/type.css
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-11 15:09:18 -0700
committernetop://ウィビ <paul@webb.page>2026-04-11 15:09:18 -0700
commit94981ba8631d8910455de2255bba9a55223d2a09 (patch)
tree50d699ba9cf4a462638f07b4481049da22d07dc9 /assets/style/type.css
initial commitHEADprimary
Diffstat (limited to 'assets/style/type.css')
-rw-r--r--assets/style/type.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/style/type.css b/assets/style/type.css
new file mode 100644
index 0000000..2096864
--- /dev/null
+++ b/assets/style/type.css
@@ -0,0 +1,31 @@
+@font-face {
+ font-display: swap;
+ font-family: "inc mono";
+ font-style: normal;
+ font-weight: 400;
+ src: url("../type/400.woff2") format("woff2");
+}
+
+@font-face {
+ font-display: swap;
+ font-family: "inc mono";
+ font-style: italic;
+ font-weight: 400;
+ src: url("../type/400i.woff2") format("woff2");
+}
+
+@font-face {
+ font-display: swap;
+ font-family: "inc mono";
+ font-style: normal;
+ font-weight: 600;
+ src: url("../type/600.woff2") format("woff2");
+}
+
+@font-face {
+ font-display: swap;
+ font-family: "inc mono";
+ font-style: italic;
+ font-weight: 600;
+ src: url("../type/600i.woff2") format("woff2");
+}