From e774ce5d1c8ddb62fc62c69719390eff1c4f50b0 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 9 Mar 2019 22:44:58 +0000 Subject: Support font preferences I've been sloppily managing my fonts for awhile. At this point in time, it seems reasonable to carry around ttf, otf, and other font files. These are 4.0K in size anyhow, which doesn't seem burdensome to me for the convenience I get in return. --- .../linux/misc/.local/share/fonts/FiraMono-Bold.ttf | Bin 0 -> 200344 bytes .../linux/misc/.local/share/fonts/FiraMono-Medium.ttf | Bin 0 -> 167764 bytes .../linux/misc/.local/share/fonts/FiraMono-Regular.ttf | Bin 0 -> 168968 bytes configs/linux/misc/.local/share/fonts/Hack-Bold.ttf | Bin 0 -> 317628 bytes .../linux/misc/.local/share/fonts/Hack-BoldItalic.ttf | Bin 0 -> 322288 bytes configs/linux/misc/.local/share/fonts/Hack-Italic.ttf | Bin 0 -> 316156 bytes configs/linux/misc/.local/share/fonts/Hack-Regular.ttf | Bin 0 -> 309408 bytes .../linux/misc/.local/share/fonts/Hasklig-Black.otf | Bin 0 -> 145956 bytes .../linux/misc/.local/share/fonts/Hasklig-BlackIt.otf | Bin 0 -> 122380 bytes configs/linux/misc/.local/share/fonts/Hasklig-Bold.otf | Bin 0 -> 145688 bytes .../linux/misc/.local/share/fonts/Hasklig-BoldIt.otf | Bin 0 -> 121012 bytes .../misc/.local/share/fonts/Hasklig-ExtraLight.otf | Bin 0 -> 137920 bytes .../misc/.local/share/fonts/Hasklig-ExtraLightIt.otf | Bin 0 -> 117832 bytes configs/linux/misc/.local/share/fonts/Hasklig-It.otf | Bin 0 -> 120120 bytes .../linux/misc/.local/share/fonts/Hasklig-Light.otf | Bin 0 -> 140616 bytes .../linux/misc/.local/share/fonts/Hasklig-LightIt.otf | Bin 0 -> 120944 bytes .../linux/misc/.local/share/fonts/Hasklig-Medium.otf | Bin 0 -> 142000 bytes .../linux/misc/.local/share/fonts/Hasklig-MediumIt.otf | Bin 0 -> 120336 bytes .../linux/misc/.local/share/fonts/Hasklig-Regular.otf | Bin 0 -> 141708 bytes .../linux/misc/.local/share/fonts/Hasklig-Semibold.otf | Bin 0 -> 142956 bytes .../misc/.local/share/fonts/Hasklig-SemiboldIt.otf | Bin 0 -> 120424 bytes .../misc/.local/share/fonts/OperatorMono-Bold.otf | Bin 0 -> 34392 bytes .../.local/share/fonts/OperatorMono-BoldItalic.otf | Bin 0 -> 35224 bytes .../misc/.local/share/fonts/OperatorMono-Book.otf | Bin 0 -> 34256 bytes .../.local/share/fonts/OperatorMono-BookItalic.otf | Bin 0 -> 35388 bytes .../misc/.local/share/fonts/OperatorMono-Light.otf | Bin 0 -> 34124 bytes .../.local/share/fonts/OperatorMono-LightItalic.otf | Bin 0 -> 35772 bytes .../misc/.local/share/fonts/OperatorMono-Medium.otf | Bin 0 -> 34488 bytes .../.local/share/fonts/OperatorMono-MediumItalic.otf | Bin 0 -> 35748 bytes .../misc/.local/share/fonts/OperatorMono-XLight.otf | Bin 0 -> 33692 bytes .../.local/share/fonts/OperatorMono-XLightItalic.otf | Bin 0 -> 36408 bytes .../misc/.local/share/fonts/SourceCodePro-Black.ttf | Bin 0 -> 92724 bytes .../misc/.local/share/fonts/SourceCodePro-Bold.ttf | Bin 0 -> 93008 bytes .../.local/share/fonts/SourceCodePro-ExtraLight.ttf | Bin 0 -> 93968 bytes .../misc/.local/share/fonts/SourceCodePro-Light.ttf | Bin 0 -> 93712 bytes .../misc/.local/share/fonts/SourceCodePro-Medium.ttf | Bin 0 -> 92660 bytes .../misc/.local/share/fonts/SourceCodePro-Regular.ttf | Bin 0 -> 93088 bytes .../misc/.local/share/fonts/SourceCodePro-Semibold.ttf | Bin 0 -> 92644 bytes 38 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 configs/linux/misc/.local/share/fonts/FiraMono-Bold.ttf create mode 100644 configs/linux/misc/.local/share/fonts/FiraMono-Medium.ttf create mode 100644 configs/linux/misc/.local/share/fonts/FiraMono-Regular.ttf create mode 100644 configs/linux/misc/.local/share/fonts/Hack-Bold.ttf create mode 100644 configs/linux/misc/.local/share/fonts/Hack-BoldItalic.ttf create mode 100644 configs/linux/misc/.local/share/fonts/Hack-Italic.ttf create mode 100644 configs/linux/misc/.local/share/fonts/Hack-Regular.ttf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Black.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-BlackIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Bold.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-BoldIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-ExtraLight.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-ExtraLightIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-It.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Light.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-LightIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Medium.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-MediumIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Regular.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-Semibold.otf create mode 100644 configs/linux/misc/.local/share/fonts/Hasklig-SemiboldIt.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-Bold.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-BoldItalic.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-Book.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-BookItalic.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-Light.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-LightItalic.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-Medium.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-MediumItalic.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-XLight.otf create mode 100644 configs/linux/misc/.local/share/fonts/OperatorMono-XLightItalic.otf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Black.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Bold.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-ExtraLight.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Light.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Medium.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Regular.ttf create mode 100644 configs/linux/misc/.local/share/fonts/SourceCodePro-Semibold.ttf (limited to 'configs') diff --git a/configs/linux/misc/.local/share/fonts/FiraMono-Bold.ttf b/configs/linux/misc/.local/share/fonts/FiraMono-Bold.ttf new file mode 100644 index 000000000000..12f05a77e551 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/FiraMono-Bold.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/FiraMono-Medium.ttf b/configs/linux/misc/.local/share/fonts/FiraMono-Medium.ttf new file mode 100644 index 000000000000..a80896cf49dc Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/FiraMono-Medium.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/FiraMono-Regular.ttf b/configs/linux/misc/.local/share/fonts/FiraMono-Regular.ttf new file mode 100644 index 000000000000..f0572e14c3dc Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/FiraMono-Regular.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/Hack-Bold.ttf b/configs/linux/misc/.local/share/fonts/Hack-Bold.ttf new file mode 100644 index 000000000000..7ff4975285da Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hack-Bold.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/Hack-BoldItalic.ttf b/configs/linux/misc/.local/share/fonts/Hack-BoldItalic.ttf new file mode 100644 index 000000000000..3b137d9715e4 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hack-BoldItalic.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/Hack-Italic.ttf b/configs/linux/misc/.local/share/fonts/Hack-Italic.ttf new file mode 100644 index 000000000000..d26198a321a5 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hack-Italic.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/Hack-Regular.ttf b/configs/linux/misc/.local/share/fonts/Hack-Regular.ttf new file mode 100644 index 000000000000..92a90cb06e05 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hack-Regular.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Black.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Black.otf new file mode 100644 index 000000000000..a276f67210d5 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Black.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-BlackIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-BlackIt.otf new file mode 100644 index 000000000000..d5981c124411 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-BlackIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Bold.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Bold.otf new file mode 100644 index 000000000000..95356b671c09 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Bold.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-BoldIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-BoldIt.otf new file mode 100644 index 000000000000..f7bff9a4c959 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-BoldIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLight.otf b/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLight.otf new file mode 100644 index 000000000000..510a03936cd2 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLight.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLightIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLightIt.otf new file mode 100644 index 000000000000..5c903455bdf2 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-ExtraLightIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-It.otf b/configs/linux/misc/.local/share/fonts/Hasklig-It.otf new file mode 100644 index 000000000000..dd645861a4e8 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-It.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Light.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Light.otf new file mode 100644 index 000000000000..84f3f58a45a3 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Light.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-LightIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-LightIt.otf new file mode 100644 index 000000000000..70d02635ce89 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-LightIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Medium.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Medium.otf new file mode 100644 index 000000000000..c89beb39f5eb Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Medium.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-MediumIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-MediumIt.otf new file mode 100644 index 000000000000..197c78907b80 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-MediumIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Regular.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Regular.otf new file mode 100644 index 000000000000..913fb8c080f6 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Regular.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-Semibold.otf b/configs/linux/misc/.local/share/fonts/Hasklig-Semibold.otf new file mode 100644 index 000000000000..2b4f008918d4 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-Semibold.otf differ diff --git a/configs/linux/misc/.local/share/fonts/Hasklig-SemiboldIt.otf b/configs/linux/misc/.local/share/fonts/Hasklig-SemiboldIt.otf new file mode 100644 index 000000000000..e2d9d7a48fb4 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/Hasklig-SemiboldIt.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-Bold.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-Bold.otf new file mode 100644 index 000000000000..01d93a707116 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-Bold.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-BoldItalic.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-BoldItalic.otf new file mode 100644 index 000000000000..f912e44c87d9 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-BoldItalic.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-Book.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-Book.otf new file mode 100644 index 000000000000..a636ec0c61b8 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-Book.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-BookItalic.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-BookItalic.otf new file mode 100644 index 000000000000..a05c10f446c9 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-BookItalic.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-Light.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-Light.otf new file mode 100644 index 000000000000..b199504c0ffa Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-Light.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-LightItalic.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-LightItalic.otf new file mode 100644 index 000000000000..befd0390c901 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-LightItalic.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-Medium.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-Medium.otf new file mode 100644 index 000000000000..6d1cc1542a21 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-Medium.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-MediumItalic.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-MediumItalic.otf new file mode 100644 index 000000000000..af9442caa35a Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-MediumItalic.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-XLight.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-XLight.otf new file mode 100644 index 000000000000..813a64247da2 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-XLight.otf differ diff --git a/configs/linux/misc/.local/share/fonts/OperatorMono-XLightItalic.otf b/configs/linux/misc/.local/share/fonts/OperatorMono-XLightItalic.otf new file mode 100644 index 000000000000..aa9e2c28ad0a Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/OperatorMono-XLightItalic.otf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Black.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Black.ttf new file mode 100644 index 000000000000..e2422b25fb3b Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Black.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Bold.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Bold.ttf new file mode 100644 index 000000000000..2e545feeb3bb Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Bold.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-ExtraLight.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-ExtraLight.ttf new file mode 100644 index 000000000000..8a80a6401251 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-ExtraLight.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Light.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Light.ttf new file mode 100644 index 000000000000..8f95a47c87b6 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Light.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Medium.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Medium.ttf new file mode 100644 index 000000000000..b7471baa5246 Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Medium.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Regular.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Regular.ttf new file mode 100644 index 000000000000..fa1f90b98aec Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Regular.ttf differ diff --git a/configs/linux/misc/.local/share/fonts/SourceCodePro-Semibold.ttf b/configs/linux/misc/.local/share/fonts/SourceCodePro-Semibold.ttf new file mode 100644 index 000000000000..77ebab25aaee Binary files /dev/null and b/configs/linux/misc/.local/share/fonts/SourceCodePro-Semibold.ttf differ -- cgit 1.4.1