diff options
| author | netop://ウィビ <paul@webb.page> | 2026-06-05 10:25:53 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-06-05 10:25:53 -0700 |
| commit | cdef21682a88497317f746a333f6201c40d7666f (patch) | |
| tree | a5cbb94c7f4719b6dcb652aaf820d89cd9df5bb1 /assets/style/type.css | |
| download | dsgn-primary.tar.gz dsgn-primary.zip | |
Diffstat (limited to 'assets/style/type.css')
| -rw-r--r-- | assets/style/type.css | 31 |
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"); +} |