diff options
author | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
commit | 43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch) | |
tree | b700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/wwwroot/jetbrains-mono | |
download | SystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz |
Initial commit
Diffstat (limited to 'SystemdCtl/wwwroot/jetbrains-mono')
17 files changed, 118 insertions, 0 deletions
diff --git a/SystemdCtl/wwwroot/jetbrains-mono/jetbrains-mono.css b/SystemdCtl/wwwroot/jetbrains-mono/jetbrains-mono.css new file mode 100644 index 0000000..78aedd2 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/jetbrains-mono.css @@ -0,0 +1,118 @@ +/* source: https://gist.github.com/aasmpro/95776294ecf48bd7d0562504bad848ea */ + +/* normal fonts */ + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 100; + src: url("./ttf/JetBrainsMono-Thin.ttf") format("truetype"); + src: url("./webfonts/JetBrainsMono-Thin.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 200; + src: url("./webfonts/JetBrainsMono-ExtraLight.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 300; + src: url("./webfonts/JetBrainsMono-Light.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 400; + src: url("./webfonts/JetBrainsMono-Regular.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 500; + src: url("./webfonts/JetBrainsMono-Medium.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 600; + src: url("./webfonts/JetBrainsMono-SemiBold.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 700; + src: url("./webfonts/JetBrainsMono-Bold.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: normal; + font-weight: 800; + src: url("./webfonts/JetBrainsMono-ExtraBold.woff2") format("woff2"); +} + +/* italic fonts */ + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 100; + src: url("./webfonts/JetBrainsMono-ThinItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 200; + src: url("./webfonts/JetBrainsMono-ExtraLightItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 300; + src: url("./webfonts/JetBrainsMono-LightItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 400; + src: url("./webfonts/JetBrainsMono-Italic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 500; + src: url("./webfonts/JetBrainsMono-MediumItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 600; + src: url("./webfonts/JetBrainsMono-SemiBoldItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 700; + src: url("./webfonts/JetBrainsMono-BoldItalic.woff2") format("woff2"); +} + +@font-face { + font-family: JetBrainsMono; + font-style: italic; + font-weight: 800; + src: url("./webfonts/JetBrainsMono-ExtraBoldItalic.woff2") format("woff2"); +} \ No newline at end of file diff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Bold.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Bold.woff2 new file mode 100644 index 0000000..4917f43 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Bold.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-BoldItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-BoldItalic.woff2 new file mode 100644 index 0000000..536d3f7 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-BoldItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBold.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBold.woff2 new file mode 100644 index 0000000..8f88c54 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBold.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBoldItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..d1478ba --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraBoldItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLight.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLight.woff2 new file mode 100644 index 0000000..b97239f --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLight.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLightItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLightItalic.woff2 new file mode 100644 index 0000000..be01aac --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ExtraLightItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Italic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Italic.woff2 new file mode 100644 index 0000000..d60c270 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Italic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Light.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Light.woff2 new file mode 100644 index 0000000..6538498 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Light.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-LightItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-LightItalic.woff2 new file mode 100644 index 0000000..66ca3d2 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-LightItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Medium.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Medium.woff2 new file mode 100644 index 0000000..669d04c --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Medium.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-MediumItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-MediumItalic.woff2 new file mode 100644 index 0000000..80cfd15 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-MediumItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Regular.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Regular.woff2 new file mode 100644 index 0000000..40da427 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Regular.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBold.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBold.woff2 new file mode 100644 index 0000000..5ead7b0 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBold.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBoldItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBoldItalic.woff2 new file mode 100644 index 0000000..c5dd294 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-SemiBoldItalic.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Thin.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Thin.woff2 new file mode 100644 index 0000000..17270e4 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-Thin.woff2 Binary files differdiff --git a/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ThinItalic.woff2 b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ThinItalic.woff2 new file mode 100644 index 0000000..a643215 --- /dev/null +++ b/SystemdCtl/wwwroot/jetbrains-mono/webfonts/JetBrainsMono-ThinItalic.woff2 Binary files differ |