summaryrefslogtreecommitdiff
path: root/assets/style/type.css
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-06-05 10:25:53 -0700
committernetop://ウィビ <paul@webb.page>2026-06-05 10:25:53 -0700
commitcdef21682a88497317f746a333f6201c40d7666f (patch)
treea5cbb94c7f4719b6dcb652aaf820d89cd9df5bb1 /assets/style/type.css
downloaddsgn-cdef21682a88497317f746a333f6201c40d7666f.tar.gz
dsgn-cdef21682a88497317f746a333f6201c40d7666f.zip
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");
+}