From 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 16 Dec 2025 13:27:11 -0500 Subject: add initial version (incomplete) --- fonts/.stow-local-ignore | 1 + fonts/README.md | 6 + .../fontconfig/conf.d/52-default-fonts.conf | 36 ++++ .../fontconfig/conf.d/53-font-features.conf | 18 ++ fonts/dot-config/fontconfig/conf.d/66-emoji.conf | 46 +++++ .../dot-config/fontconfig/conf.d/66-vazirmatn.conf | 20 ++ .../fonts/IosevkaInput/IosevkaInput-Heavy.ttf | Bin 0 -> 7254864 bytes .../IosevkaInput/IosevkaInput-HeavyOblique.ttf | Bin 0 -> 7538712 bytes .../share/fonts/IosevkaInput/IosevkaInput-W360.ttf | Bin 0 -> 7239104 bytes .../IosevkaInput/IosevkaInput-W360Oblique.ttf | Bin 0 -> 7478388 bytes .../IosevkaInput/IosevkaInput-build-plans.toml | 208 +++++++++++++++++++++ .../share/fonts/comic-code/ComicCode-Bold.otf | Bin 0 -> 92264 bytes .../fonts/comic-code/ComicCode-BoldItalic.otf | Bin 0 -> 92432 bytes .../share/fonts/comic-code/ComicCode-Italic.otf | Bin 0 -> 95352 bytes .../share/fonts/comic-code/ComicCode-Medium.otf | Bin 0 -> 94304 bytes .../fonts/comic-code/ComicCode-MediumItalic.otf | Bin 0 -> 95472 bytes .../share/fonts/comic-code/ComicCode-Regular.otf | Bin 0 -> 93228 bytes .../fonts/comic-code/ComicCodeLigatures-Bold.otf | Bin 0 -> 92480 bytes .../comic-code/ComicCodeLigatures-BoldItalic.otf | Bin 0 -> 92652 bytes .../fonts/comic-code/ComicCodeLigatures-Italic.otf | Bin 0 -> 95584 bytes .../fonts/comic-code/ComicCodeLigatures-Medium.otf | Bin 0 -> 94520 bytes .../comic-code/ComicCodeLigatures-MediumItalic.otf | Bin 0 -> 95720 bytes .../comic-code/ComicCodeLigatures-Regular.otf | Bin 0 -> 93468 bytes .../share/fonts/sf-pro/SF-Pro-Display-Black.otf | Bin 0 -> 319584 bytes .../fonts/sf-pro/SF-Pro-Display-BlackItalic.otf | Bin 0 -> 146416 bytes .../share/fonts/sf-pro/SF-Pro-Display-Bold.otf | Bin 0 -> 334728 bytes .../fonts/sf-pro/SF-Pro-Display-BoldItalic.otf | Bin 0 -> 159668 bytes .../share/fonts/sf-pro/SF-Pro-Display-Heavy.otf | Bin 0 -> 335840 bytes .../fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf | Bin 0 -> 159628 bytes .../share/fonts/sf-pro/SF-Pro-Display-Light.otf | Bin 0 -> 318908 bytes .../fonts/sf-pro/SF-Pro-Display-LightItalic.otf | Bin 0 -> 158892 bytes .../share/fonts/sf-pro/SF-Pro-Display-Medium.otf | Bin 0 -> 335512 bytes .../fonts/sf-pro/SF-Pro-Display-MediumItalic.otf | Bin 0 -> 160004 bytes .../share/fonts/sf-pro/SF-Pro-Display-Regular.otf | Bin 0 -> 298944 bytes .../fonts/sf-pro/SF-Pro-Display-RegularItalic.otf | Bin 0 -> 148740 bytes .../share/fonts/sf-pro/SF-Pro-Display-Semibold.otf | Bin 0 -> 335964 bytes .../fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf | Bin 0 -> 159876 bytes .../share/fonts/sf-pro/SF-Pro-Display-Thin.otf | Bin 0 -> 317736 bytes .../fonts/sf-pro/SF-Pro-Display-ThinItalic.otf | Bin 0 -> 157916 bytes .../fonts/sf-pro/SF-Pro-Display-Ultralight.otf | Bin 0 -> 316624 bytes .../sf-pro/SF-Pro-Display-UltralightItalic.otf | Bin 0 -> 156760 bytes .../share/fonts/sf-pro/SF-Pro-Text-Bold.otf | Bin 0 -> 341844 bytes .../share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf | Bin 0 -> 178788 bytes .../share/fonts/sf-pro/SF-Pro-Text-Heavy.otf | Bin 0 -> 341828 bytes .../share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf | Bin 0 -> 178644 bytes .../share/fonts/sf-pro/SF-Pro-Text-Light.otf | Bin 0 -> 329540 bytes .../share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf | Bin 0 -> 178060 bytes .../share/fonts/sf-pro/SF-Pro-Text-Medium.otf | Bin 0 -> 342732 bytes .../fonts/sf-pro/SF-Pro-Text-MediumItalic.otf | Bin 0 -> 180124 bytes .../share/fonts/sf-pro/SF-Pro-Text-Regular.otf | Bin 0 -> 310148 bytes .../fonts/sf-pro/SF-Pro-Text-RegularItalic.otf | Bin 0 -> 168992 bytes .../share/fonts/sf-pro/SF-Pro-Text-Semibold.otf | Bin 0 -> 342656 bytes .../fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf | Bin 0 -> 179760 bytes 53 files changed, 335 insertions(+) create mode 100644 fonts/.stow-local-ignore create mode 100644 fonts/README.md create mode 100644 fonts/dot-config/fontconfig/conf.d/52-default-fonts.conf create mode 100644 fonts/dot-config/fontconfig/conf.d/53-font-features.conf create mode 100644 fonts/dot-config/fontconfig/conf.d/66-emoji.conf create mode 100644 fonts/dot-config/fontconfig/conf.d/66-vazirmatn.conf create mode 100644 fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf create mode 100644 fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf create mode 100644 fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf create mode 100644 fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf create mode 100644 fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-build-plans.toml create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-Bold.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf create mode 100644 fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Black.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BlackItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Bold.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Heavy.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Light.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-LightItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Medium.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-MediumItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Regular.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-RegularItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Semibold.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Thin.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-ThinItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Ultralight.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Bold.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Heavy.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Light.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Medium.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-MediumItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Regular.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Semibold.otf create mode 100644 fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf (limited to 'fonts') diff --git a/fonts/.stow-local-ignore b/fonts/.stow-local-ignore new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/fonts/.stow-local-ignore @@ -0,0 +1 @@ +README.md diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 0000000..1a64997 --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,6 @@ +# Needed packages + +```sh +sudo pacman -S otf-libertinus noto-fonts-emoji ttf-nerd-fonts-symbols ttf-opensans ttf-hack +yay -S vazirmatn-fonts +``` diff --git a/fonts/dot-config/fontconfig/conf.d/52-default-fonts.conf b/fonts/dot-config/fontconfig/conf.d/52-default-fonts.conf new file mode 100644 index 0000000..625f63d --- /dev/null +++ b/fonts/dot-config/fontconfig/conf.d/52-default-fonts.conf @@ -0,0 +1,36 @@ + + + + + serif + + Libertinus Serif + Noto Color Emoji + Symbols Nerd Font + + + + sans-serif + + Open Sans + Noto Color Emoji + Symbols Nerd Font + + + + sans + + Open Sans + Noto Color Emoji + Symbols Nerd Font + + + + monospace + + Hack + Noto Color Emoji + Symbols Nerd Font + + + diff --git a/fonts/dot-config/fontconfig/conf.d/53-font-features.conf b/fonts/dot-config/fontconfig/conf.d/53-font-features.conf new file mode 100644 index 0000000..d883d97 --- /dev/null +++ b/fonts/dot-config/fontconfig/conf.d/53-font-features.conf @@ -0,0 +1,18 @@ + + + + + + Hack + + + Comic Code + + + IosevkaInput + + + hintfull + + + diff --git a/fonts/dot-config/fontconfig/conf.d/66-emoji.conf b/fonts/dot-config/fontconfig/conf.d/66-emoji.conf new file mode 100644 index 0000000..139d78a --- /dev/null +++ b/fonts/dot-config/fontconfig/conf.d/66-emoji.conf @@ -0,0 +1,46 @@ + + + + + + emoji + Noto Color Emoji + + + + + Hack + + + Comic Code + + + IosevkaInput + + + Dejavu Sans Mono + + + + charset + + + 0x2763 + 0x2764 + + + 0x1f600 + 0x1f640 + + + + + + + diff --git a/fonts/dot-config/fontconfig/conf.d/66-vazirmatn.conf b/fonts/dot-config/fontconfig/conf.d/66-vazirmatn.conf new file mode 100644 index 0000000..75a5b63 --- /dev/null +++ b/fonts/dot-config/fontconfig/conf.d/66-vazirmatn.conf @@ -0,0 +1,20 @@ + + + + + + fa + + + Vazirmatn RD UI NL + + + + + ar + + + Vazirmatn RD UI NL + + + diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf new file mode 100644 index 0000000..60f7c1f Binary files /dev/null and b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf differ diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf new file mode 100644 index 0000000..2a2a36c Binary files /dev/null and b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf differ diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf new file mode 100644 index 0000000..e5ad0e5 Binary files /dev/null and b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf differ diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf new file mode 100644 index 0000000..3c0f160 Binary files /dev/null and b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf differ diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-build-plans.toml b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-build-plans.toml new file mode 100644 index 0000000..c273c74 --- /dev/null +++ b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-build-plans.toml @@ -0,0 +1,208 @@ +# Custom build with intention to have similar proportions and most symbols as +# Input Mono (line height 1, Light+Bold). +# +# Build instructions: +# - `git clone --depth=1 https://github.com/be5invis/Iosevka` +# This build plan is tested for v33.2.1 version. +# - `cd Iosevka` +# - `npm install` +# - Copy this file into project's root as 'private-build-plans.toml'. +# - `npm run build -- --jCmd=4 ttf::IosevkaInput`. +# !!! This will probably take a lot of time (at least 4 minutes) with 100% +# CPU usage on 4 cores and significant amount of RAM used !!! +# - Move files from 'dist/IosevkaInput/TTF' to 'fonts' dotfiles directory and +# follow its README. + +[buildPlans.IosevkaInput] +family = "IosevkaInput" +spacing = "fixed" +serifs = "sans" +exportGlyphNames = false +noLigation = true + +# Define all available major characters for completeness. +# Overall approach for choosing a character is to *usually* prefer: +# "serifless", "straight", "toothless", "earless", "corner", "flat-top", +# "flat-hook". With some exceptions for readability: +# - Serifed `Iij`. +# - Serifed or curly captial letter if similar to lowercase. Like `CSVXYZ`. +[buildPlans.IosevkaInput.variants.design] +one = "base" +two = "curly-neck-serifless" +three = "flat-top-serifless" +four = "closed-serifless" +five = "upright-flat-serifless" +six = "closed-contour" +seven = "straight-serifless" +eight = "two-circles" +nine = "closed-contour" +zero = "oval-long-dotted" +capital-a = "straight-serifless" +capital-b = "standard-serifless" +capital-c = "bilateral-inward-serifed" +capital-d = "standard-serifless" +capital-e = "serifless" +capital-f = "serifless" +capital-g = "toothless-corner-serifless-hooked" +capital-h = "serifless" +capital-i = "serifed" +capital-j = "serifless" +capital-k = "symmetric-connected-serifless" +capital-l = "serifless" +capital-m = "hanging-serifless" +capital-n = "standard-serifless" +capital-p = "closed-serifless" +capital-q = "crossing-curly-tailed" +capital-r = "straight-serifless" +capital-s = "bilateral-inward-serifed" +capital-t = "serifless" +capital-u = "toothless-rounded-serifless" +capital-v = "curly-serifless" +capital-w = "straight-vertical-sides-serifless" +capital-x = "curly-serifless" +capital-y = "curly-serifless" +capital-z = "straight-serifed" +a = "double-storey-toothless-corner" +b = "toothless-corner-serifless" +c = "serifless" +d = "toothless-corner-serifless" +e = "flat-crossbar" +f = "flat-hook-serifless-crossbar-at-x-height" +g = "double-storey" +h = "straight-serifless" +i = "zshaped" +j = "flat-hook-serifed" +k = "straight-serifless" +l = "zshaped" +m = "earless-rounded-double-arch-short-leg-serifless" +n = "earless-corner-straight-serifless" +p = "earless-corner-serifless" +q = "earless-corner-straight-serifless" +r = "earless-corner-serifless" +s = "serifless" +t = "flat-hook" +u = "toothless-corner-serifless" +v = "straight-serifless" +w = "rounded-vertical-sides-serifless" +x = "straight-serifless" +y = "straight-turn-serifless" +z = "straight-serifless" +capital-eszet = "corner-serifless" +long-s = "bent-hook-serifless" +eszet = "sulzbacher-serifless" +lower-eth = "straight-bar" +capital-thorn = "serifless" +lower-thorn = "serifless" +lower-alpha = "crossing" +lower-beta = "standard" +capital-gamma = "serifless" +lower-gamma = "casual" +capital-delta = "straight" +lower-delta = "flat-top" +lower-eta = "earless-corner-serifless" +lower-theta = "capsule" +lower-iota = "serifed-semi-tailed" +lower-kappa = "straight-serifless" +capital-lambda = "straight-serifless" +lower-lambda = "straight" +lower-mu = "toothless-corner-serifless" +lower-nu = "casual" +lower-xi = "flat-top" +lower-pi = "tailless" +lower-tau = "semi-tailed" +lower-upsilon = "casual-serifless" +lower-phi = "cursive" +lower-chi = "semi-chancery-straight-serifless" +lower-psi = "flat-top-serifless" +partial-derivative = "straight-bar" +cyrl-a = "single-storey-earless-corner-tailed" +cyrl-ve = "standard-serifless" +cyrl-capital-zhe = "symmetric-connected" +cyrl-zhe = "symmetric-connected" +cyrl-capital-ze = "bilateral-inward-serifed" +cyrl-ze = "serifless" +cyrl-capital-ka = "symmetric-connected-bottom-right-serifed" +cyrl-ka = "symmetric-connected-serifless" +cyrl-el = "straight" +cyrl-em = "flat-bottom-serifless" +cyrl-capital-en = "serifed" +cyrl-en = "serifless" +cyrl-capital-er = "closed-serifed" +cyrl-er = "eared-serifed" +cyrl-capital-u = "cursive-serifless" +cyrl-u = "cursive-serifless" +cyrl-ef = "serifless" +cyrl-che = "standard" +cyrl-yeri = "corner" +cyrl-yery = "corner" +cyrl-capital-e = "bilateral-inward-serifed" +cyrl-e = "serifless" +cyrl-capital-ya = "standing-serifless" +cyrl-ya = "standing-serifless" +tittle = "round" +diacritic-dot = "round" +punctuation-dot = "round" +braille-dot = "square" +tilde = "low" +asterisk = "hex-low" +underscore = "above-baseline" +caret = "medium" +ascii-grave = "straight" +ascii-single-quote = "straight" +paren = "normal" +brace = "curly-flat-boundary" +guillemet = "straight" +number-sign = "upright" +ampersand = "closed" +at = "fourfold" +dollar = "through" +cent = "through" +percent = "rings-continuous-slash" +bar = "force-upright" +question = "corner" +pilcrow = "high" +micro-sign = "tailed-serifless" +decorative-angle-brackets = "middle" + +# Use two weights with more visible bolds +[buildPlans.IosevkaInput.weights.W360] +shape = 360 +menu = 360 +css = 360 + +[buildPlans.IosevkaInput.weights.Heavy] +shape = 900 +menu = 900 +css = 900 + +# Make upright upright and obligue with maximum angle for visibility +[buildPlans.IosevkaInput.slopes.Upright] +angle = 0 +shape = "upright" +menu = "upright" +css = "normal" + +[buildPlans.IosevkaInput.slopes.Oblique] +angle = 15 +shape = "oblique" +menu = "oblique" +css = "oblique" + +# Make font more square-ish with about 1:2 ratio +# Notes: +# - Adjusting sidebearings (`sb`) seems to lead to slightly worse results. +# Instead opt-in for adjusting overall dimensions, increasing various glyph +# height (capital, ascending, x), and using smaller size. +[buildPlans.IosevkaInput.widths.Normal] +shape = 575 +menu = 5 +css = "normal" + +[buildPlans.IosevkaInput.metricOverride] +leading = 1100 # Overall "cell" height +parenSize = 950 # Height of parenthesis +cap = 800 # Height of capital (`H`) +ascender = 800 # Height of ascending (`b`) +xHeight = 600 # Height of lowercase (`x`) +dotSize = "blend(weight, [100, 50], [360, 140], [900, 190])" # Size of dots in diacritic marks (!?ij) +periodSize = "blend(weight, [100, 55], [360, 160], [900, 215])" # Size of dots in period (.,;:) diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Bold.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Bold.otf new file mode 100644 index 0000000..5bb8433 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-Bold.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf new file mode 100644 index 0000000..d100d89 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf new file mode 100644 index 0000000..a6a1ed1 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf new file mode 100644 index 0000000..18ace50 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf new file mode 100644 index 0000000..e143027 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf new file mode 100644 index 0000000..23443de Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf new file mode 100644 index 0000000..56992d8 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf new file mode 100644 index 0000000..17ccb3a Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf new file mode 100644 index 0000000..74caafb Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf new file mode 100644 index 0000000..805afe5 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf new file mode 100644 index 0000000..ae9b1b5 Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf differ diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf new file mode 100644 index 0000000..bbcc76c Binary files /dev/null and b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Black.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Black.otf new file mode 100644 index 0000000..e621e1b Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Black.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BlackItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BlackItalic.otf new file mode 100644 index 0000000..b862613 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BlackItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Bold.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Bold.otf new file mode 100644 index 0000000..025b25c Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Bold.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf new file mode 100644 index 0000000..77ee0c2 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Heavy.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Heavy.otf new file mode 100644 index 0000000..8285164 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Heavy.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf new file mode 100644 index 0000000..c44f865 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Light.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Light.otf new file mode 100644 index 0000000..b25e3dc Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Light.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-LightItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-LightItalic.otf new file mode 100644 index 0000000..74b5e8b Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-LightItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Medium.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Medium.otf new file mode 100644 index 0000000..b2f7dac Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Medium.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-MediumItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-MediumItalic.otf new file mode 100644 index 0000000..918709e Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-MediumItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Regular.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Regular.otf new file mode 100644 index 0000000..09aaca9 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Regular.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-RegularItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-RegularItalic.otf new file mode 100644 index 0000000..99e34f0 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-RegularItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Semibold.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Semibold.otf new file mode 100644 index 0000000..b1e38ad Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Semibold.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf new file mode 100644 index 0000000..7b65b53 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Thin.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Thin.otf new file mode 100644 index 0000000..e4ddd7f Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Thin.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-ThinItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-ThinItalic.otf new file mode 100644 index 0000000..0fb2d44 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-ThinItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Ultralight.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Ultralight.otf new file mode 100644 index 0000000..528c9fd Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Ultralight.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf new file mode 100644 index 0000000..37d146c Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Bold.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Bold.otf new file mode 100644 index 0000000..840d810 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Bold.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf new file mode 100644 index 0000000..3cddfc4 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Heavy.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Heavy.otf new file mode 100644 index 0000000..7d3b413 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Heavy.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf new file mode 100644 index 0000000..a03d003 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Light.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Light.otf new file mode 100644 index 0000000..1e16968 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Light.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf new file mode 100644 index 0000000..5bee181 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Medium.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Medium.otf new file mode 100644 index 0000000..4982cb5 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Medium.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-MediumItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-MediumItalic.otf new file mode 100644 index 0000000..c876a0e Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-MediumItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Regular.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Regular.otf new file mode 100644 index 0000000..65f9ea5 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Regular.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf new file mode 100644 index 0000000..af984d5 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Semibold.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Semibold.otf new file mode 100644 index 0000000..a20e7a0 Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Semibold.otf differ diff --git a/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf new file mode 100644 index 0000000..08ee24d Binary files /dev/null and b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf differ -- cgit v1.2.3-71-gdd5e