diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-08-02 05:15:01 +0300 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2026-05-05 00:03:58 +0300 |
| commit | be267cbd66b2ee70d10b00aa006e5babb1ccae49 (patch) | |
| tree | 7eb79272fec0552f61b6cc2c701c298b1007c282 | |
| parent | d73763edd7cf8f594072a00a8da42c35c9822395 (diff) | |
css: switch monospace fonts
101 files changed, 187 insertions, 13 deletions
@@ -91,6 +91,8 @@ install: all $(INSTALL) -m 0644 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png $(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico $(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt + $(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH)/source-code-pro + $(COPYTREE) source-code-pro/* $(DESTDIR)$(CGIT_DATA_PATH)/source-code-pro $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) $(COPYTREE) filters/* $(DESTDIR)$(filterdir) @@ -1,3 +1,5 @@ +@import url(source-code-pro/source-code-pro.css); + div#cgit { padding: 0em; margin: 0em; @@ -178,9 +180,12 @@ div#cgit table.list td { } div#cgit table.list td.commitgraph { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; } +div#cgit pre { + font-family: "Source Code Pro", "Courier New", monospace; +} div#cgit table.list td.commitgraph .column1 { color: #a00; @@ -207,12 +212,12 @@ div#cgit table.list td.commitgraph .column6 { } div#cgit table.list td.logsubject { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; font-weight: bold; } div#cgit table.list td.logmsg { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; padding: 0 0.5em; } @@ -281,17 +286,17 @@ div#cgit div.error { } div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; } div#cgit td.ls-size { text-align: right; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; width: 10em; } div#cgit td.ls-mode { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; width: 10em; } @@ -378,14 +383,14 @@ div#cgit table.bin-blob { } div#cgit table.bin-blob th { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; border: solid 1px #777; padding: 0.5em 1em; } div#cgit table.bin-blob td { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; border-left: solid 1px #777; padding: 0em 1em; @@ -448,7 +453,7 @@ div#cgit div.commit-subject { div#cgit div.commit-msg { white-space: pre; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; } div#cgit div.notes-header { @@ -458,7 +463,7 @@ div#cgit div.notes-header { div#cgit div.notes { white-space: pre; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; border: solid 1px #ee9; background-color: #ffd; padding: 0.3em 2em 0.3em 1em; @@ -548,7 +553,7 @@ div#cgit table.diff { } div#cgit table.diff td { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; } @@ -571,7 +576,7 @@ div#cgit table.diff td div.del { } div#cgit .oid { - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; font-size: 90%; } @@ -815,7 +820,7 @@ div#cgit table.ssdiff { div#cgit table.ssdiff td { font-size: 75%; - font-family: monospace; + font-family: "Source Code Pro", "Courier New", monospace; white-space: pre; padding: 1px 4px 1px 4px; border-left: solid 1px #aaa; diff --git a/source-code-pro/EOT/SourceCodePro-Black.eot b/source-code-pro/EOT/SourceCodePro-Black.eot Binary files differnew file mode 100644 index 0000000..39a275e --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Black.eot diff --git a/source-code-pro/EOT/SourceCodePro-BlackIt.eot b/source-code-pro/EOT/SourceCodePro-BlackIt.eot Binary files differnew file mode 100644 index 0000000..b08fe4a --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-BlackIt.eot diff --git a/source-code-pro/EOT/SourceCodePro-Bold.eot b/source-code-pro/EOT/SourceCodePro-Bold.eot Binary files differnew file mode 100644 index 0000000..783b4f5 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Bold.eot diff --git a/source-code-pro/EOT/SourceCodePro-BoldIt.eot b/source-code-pro/EOT/SourceCodePro-BoldIt.eot Binary files differnew file mode 100644 index 0000000..dc0087b --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-BoldIt.eot diff --git a/source-code-pro/EOT/SourceCodePro-ExtraLight.eot b/source-code-pro/EOT/SourceCodePro-ExtraLight.eot Binary files differnew file mode 100644 index 0000000..7d404e0 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-ExtraLight.eot diff --git a/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot b/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot Binary files differnew file mode 100644 index 0000000..8bbf4b1 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot diff --git a/source-code-pro/EOT/SourceCodePro-It.eot b/source-code-pro/EOT/SourceCodePro-It.eot Binary files differnew file mode 100644 index 0000000..f4aa7ae --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-It.eot diff --git a/source-code-pro/EOT/SourceCodePro-Light.eot b/source-code-pro/EOT/SourceCodePro-Light.eot Binary files differnew file mode 100644 index 0000000..8c185be --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Light.eot diff --git a/source-code-pro/EOT/SourceCodePro-LightIt.eot b/source-code-pro/EOT/SourceCodePro-LightIt.eot Binary files differnew file mode 100644 index 0000000..e21ee09 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-LightIt.eot diff --git a/source-code-pro/EOT/SourceCodePro-Medium.eot b/source-code-pro/EOT/SourceCodePro-Medium.eot Binary files differnew file mode 100644 index 0000000..ebaf5f3 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Medium.eot diff --git a/source-code-pro/EOT/SourceCodePro-MediumIt.eot b/source-code-pro/EOT/SourceCodePro-MediumIt.eot Binary files differnew file mode 100644 index 0000000..95af9b6 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-MediumIt.eot diff --git a/source-code-pro/EOT/SourceCodePro-Regular.eot b/source-code-pro/EOT/SourceCodePro-Regular.eot Binary files differnew file mode 100644 index 0000000..121176c --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Regular.eot diff --git a/source-code-pro/EOT/SourceCodePro-Semibold.eot b/source-code-pro/EOT/SourceCodePro-Semibold.eot Binary files differnew file mode 100644 index 0000000..8aa922a --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-Semibold.eot diff --git a/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot b/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot Binary files differnew file mode 100644 index 0000000..b887a66 --- /dev/null +++ b/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot diff --git a/source-code-pro/OTF/SourceCodePro-Black.otf b/source-code-pro/OTF/SourceCodePro-Black.otf Binary files differnew file mode 100644 index 0000000..133134f --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Black.otf diff --git a/source-code-pro/OTF/SourceCodePro-BlackIt.otf b/source-code-pro/OTF/SourceCodePro-BlackIt.otf Binary files differnew file mode 100644 index 0000000..99a389b --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-BlackIt.otf diff --git a/source-code-pro/OTF/SourceCodePro-Bold.otf b/source-code-pro/OTF/SourceCodePro-Bold.otf Binary files differnew file mode 100644 index 0000000..0b273d9 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Bold.otf diff --git a/source-code-pro/OTF/SourceCodePro-BoldIt.otf b/source-code-pro/OTF/SourceCodePro-BoldIt.otf Binary files differnew file mode 100644 index 0000000..2acc974 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-BoldIt.otf diff --git a/source-code-pro/OTF/SourceCodePro-ExtraLight.otf b/source-code-pro/OTF/SourceCodePro-ExtraLight.otf Binary files differnew file mode 100644 index 0000000..419cdbf --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-ExtraLight.otf diff --git a/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf b/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf Binary files differnew file mode 100644 index 0000000..c90e7a3 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf diff --git a/source-code-pro/OTF/SourceCodePro-It.otf b/source-code-pro/OTF/SourceCodePro-It.otf Binary files differnew file mode 100644 index 0000000..d0f1790 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-It.otf diff --git a/source-code-pro/OTF/SourceCodePro-Light.otf b/source-code-pro/OTF/SourceCodePro-Light.otf Binary files differnew file mode 100644 index 0000000..19cc982 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Light.otf diff --git a/source-code-pro/OTF/SourceCodePro-LightIt.otf b/source-code-pro/OTF/SourceCodePro-LightIt.otf Binary files differnew file mode 100644 index 0000000..1522c9b --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-LightIt.otf diff --git a/source-code-pro/OTF/SourceCodePro-Medium.otf b/source-code-pro/OTF/SourceCodePro-Medium.otf Binary files differnew file mode 100644 index 0000000..1b42738 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Medium.otf diff --git a/source-code-pro/OTF/SourceCodePro-MediumIt.otf b/source-code-pro/OTF/SourceCodePro-MediumIt.otf Binary files differnew file mode 100644 index 0000000..38959dc --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-MediumIt.otf diff --git a/source-code-pro/OTF/SourceCodePro-Regular.otf b/source-code-pro/OTF/SourceCodePro-Regular.otf Binary files differnew file mode 100644 index 0000000..1bae002 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Regular.otf diff --git a/source-code-pro/OTF/SourceCodePro-Semibold.otf b/source-code-pro/OTF/SourceCodePro-Semibold.otf Binary files differnew file mode 100644 index 0000000..a61686c --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-Semibold.otf diff --git a/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf b/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf Binary files differnew file mode 100644 index 0000000..f419ab9 --- /dev/null +++ b/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf diff --git a/source-code-pro/TTF/SourceCodePro-Black.ttf b/source-code-pro/TTF/SourceCodePro-Black.ttf Binary files differnew file mode 100644 index 0000000..0bcfec6 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-Black.ttf diff --git a/source-code-pro/TTF/SourceCodePro-BlackIt.ttf b/source-code-pro/TTF/SourceCodePro-BlackIt.ttf Binary files differnew file mode 100644 index 0000000..36d8bae --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-BlackIt.ttf diff --git a/source-code-pro/TTF/SourceCodePro-Bold.ttf b/source-code-pro/TTF/SourceCodePro-Bold.ttf Binary files differnew file mode 100644 index 0000000..5a5be2f --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-Bold.ttf diff --git a/source-code-pro/TTF/SourceCodePro-BoldIt.ttf b/source-code-pro/TTF/SourceCodePro-BoldIt.ttf Binary files differnew file mode 100644 index 0000000..0b6d212 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-BoldIt.ttf diff --git a/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf b/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf Binary files differnew file mode 100644 index 0000000..23ff52c --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf diff --git a/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf b/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf Binary files differnew file mode 100644 index 0000000..f95a8c4 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf diff --git a/source-code-pro/TTF/SourceCodePro-It.ttf b/source-code-pro/TTF/SourceCodePro-It.ttf Binary files differnew file mode 100644 index 0000000..437cbe1 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-It.ttf diff --git a/source-code-pro/TTF/SourceCodePro-Light.ttf b/source-code-pro/TTF/SourceCodePro-Light.ttf Binary files differnew file mode 100644 index 0000000..8dc9fa9 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-Light.ttf diff --git a/source-code-pro/TTF/SourceCodePro-LightIt.ttf b/source-code-pro/TTF/SourceCodePro-LightIt.ttf Binary files differnew file mode 100644 index 0000000..c14dcb3 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-LightIt.ttf diff --git a/source-code-pro/TTF/SourceCodePro-Medium.ttf b/source-code-pro/TTF/SourceCodePro-Medium.ttf Binary files differnew file mode 100644 index 0000000..5d1579c --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-Medium.ttf diff --git a/source-code-pro/TTF/SourceCodePro-MediumIt.ttf b/source-code-pro/TTF/SourceCodePro-MediumIt.ttf Binary files differnew file mode 100644 index 0000000..bf5dae9 --- /dev/null +++ b/source-code-pro/TTF/SourceCodePro-MediumIt.ttf |
