diff options
Diffstat (limited to 'fonts')
53 files changed, 335 insertions, 0 deletions
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 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <alias> + <family>serif</family> + <prefer> + <family>Libertinus Serif</family> + <family>Noto Color Emoji</family> + <family>Symbols Nerd Font</family> + </prefer> + </alias> + <alias> + <family>sans-serif</family> + <prefer> + <family>Open Sans</family> + <family>Noto Color Emoji</family> + <family>Symbols Nerd Font</family> + </prefer> + </alias> + <alias> + <family>sans</family> + <prefer> + <family>Open Sans</family> + <family>Noto Color Emoji</family> + <family>Symbols Nerd Font</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>Hack</family> + <family>Noto Color Emoji</family> + <family>Symbols Nerd Font</family> + </prefer> + </alias> +</fontconfig> 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 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <match target="font"> + <test name="family" qual="any"> + <string>Hack</string> + </test> + <test name="family" qual="any"> + <string>Comic Code</string> + </test> + <test name="family" compare="contains"> + <string>IosevkaInput</string> + </test> + <edit name="hintstyle" mode="assign"> + <const>hintfull</const> + </edit> + </match> +</fontconfig> 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 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <!-- + This adds a generic family 'emoji', + aimed for apps that don't specify specific font family for rendering emojis. + --> + <match target="pattern"> + <test qual="any" name="family"><string>emoji</string></test> + <edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit> + </match> + <!-- + If other fonts contain emoji glyphs, they could interfere and make some emojis rendered in wrong font (often in black-and-white). + For example, DejaVu Sans contains black-and-white emojis, which we can remove using the following trick: + --> + <match target="scan"> + <test name="family" compare="contains"> + <string>Hack</string> + </test> + <test name="family" compare="contains"> + <string>Comic Code</string> + </test> + <test name="family" compare="contains"> + <string>IosevkaInput</string> + </test> + <test name="family" compare="contains"> + <string>Dejavu Sans Mono</string> + </test> + <edit name="charset" mode="assign" binding="same"> + <minus> + <name>charset</name> + <charset> + <range> + <int>0x2763</int> + <int>0x2764</int> + </range> + <range> + <int>0x1f600</int> + <int>0x1f640</int> + </range> + </charset> + </minus> + </edit> + </match> +</fontconfig> + 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 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <match> + <test compare="contains" name="lang"> + <string>fa</string> + </test> + <edit mode="prepend" name="family" binding="strong"> + <string>Vazirmatn RD UI NL</string> + </edit> + </match> + <match> + <test compare="contains" name="lang"> + <string>ar</string> + </test> + <edit mode="prepend" name="family" binding="strong"> + <string>Vazirmatn RD UI NL</string> + </edit> + </match> +</fontconfig> diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf Binary files differnew file mode 100644 index 0000000..60f7c1f --- /dev/null +++ b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-Heavy.ttf diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf Binary files differnew file mode 100644 index 0000000..2a2a36c --- /dev/null +++ b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-HeavyOblique.ttf diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf Binary files differnew file mode 100644 index 0000000..e5ad0e5 --- /dev/null +++ b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360.ttf diff --git a/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf Binary files differnew file mode 100644 index 0000000..3c0f160 --- /dev/null +++ b/fonts/dot-local/share/fonts/IosevkaInput/IosevkaInput-W360Oblique.ttf 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 Binary files differnew file mode 100644 index 0000000..5bb8433 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-Bold.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf Binary files differnew file mode 100644 index 0000000..d100d89 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-BoldItalic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf Binary files differnew file mode 100644 index 0000000..a6a1ed1 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-Italic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf Binary files differnew file mode 100644 index 0000000..18ace50 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-Medium.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf Binary files differnew file mode 100644 index 0000000..e143027 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-MediumItalic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf b/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf Binary files differnew file mode 100644 index 0000000..23443de --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCode-Regular.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf Binary files differnew file mode 100644 index 0000000..56992d8 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Bold.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf Binary files differnew file mode 100644 index 0000000..17ccb3a --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-BoldItalic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf Binary files differnew file mode 100644 index 0000000..74caafb --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Italic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf Binary files differnew file mode 100644 index 0000000..805afe5 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Medium.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf Binary files differnew file mode 100644 index 0000000..ae9b1b5 --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-MediumItalic.otf diff --git a/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf Binary files differnew file mode 100644 index 0000000..bbcc76c --- /dev/null +++ b/fonts/dot-local/share/fonts/comic-code/ComicCodeLigatures-Regular.otf 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 Binary files differnew file mode 100644 index 0000000..e621e1b --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Black.otf 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 Binary files differnew file mode 100644 index 0000000..b862613 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BlackItalic.otf 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 Binary files differnew file mode 100644 index 0000000..025b25c --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Bold.otf 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 Binary files differnew file mode 100644 index 0000000..77ee0c2 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-BoldItalic.otf 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 Binary files differnew file mode 100644 index 0000000..8285164 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Heavy.otf 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 Binary files differnew file mode 100644 index 0000000..c44f865 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-HeavyItalic.otf 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 Binary files differnew file mode 100644 index 0000000..b25e3dc --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Light.otf 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 Binary files differnew file mode 100644 index 0000000..74b5e8b --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-LightItalic.otf 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 Binary files differnew file mode 100644 index 0000000..b2f7dac --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Medium.otf 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 Binary files differnew file mode 100644 index 0000000..918709e --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-MediumItalic.otf 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 Binary files differnew file mode 100644 index 0000000..09aaca9 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Regular.otf 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 Binary files differnew file mode 100644 index 0000000..99e34f0 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-RegularItalic.otf 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 Binary files differnew file mode 100644 index 0000000..b1e38ad --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Semibold.otf 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 Binary files differnew file mode 100644 index 0000000..7b65b53 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-SemiboldItalic.otf 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 Binary files differnew file mode 100644 index 0000000..e4ddd7f --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Thin.otf 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 Binary files differnew file mode 100644 index 0000000..0fb2d44 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-ThinItalic.otf 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 Binary files differnew file mode 100644 index 0000000..528c9fd --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-Ultralight.otf 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 Binary files differnew file mode 100644 index 0000000..37d146c --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Display-UltralightItalic.otf 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 Binary files differnew file mode 100644 index 0000000..840d810 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Bold.otf 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 Binary files differnew file mode 100644 index 0000000..3cddfc4 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-BoldItalic.otf 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 Binary files differnew file mode 100644 index 0000000..7d3b413 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Heavy.otf 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 Binary files differnew file mode 100644 index 0000000..a03d003 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-HeavyItalic.otf 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 Binary files differnew file mode 100644 index 0000000..1e16968 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Light.otf 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 Binary files differnew file mode 100644 index 0000000..5bee181 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-LightItalic.otf 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 Binary files differnew file mode 100644 index 0000000..4982cb5 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Medium.otf 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 Binary files differnew file mode 100644 index 0000000..c876a0e --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-MediumItalic.otf 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 Binary files differnew file mode 100644 index 0000000..65f9ea5 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Regular.otf 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 Binary files differnew file mode 100644 index 0000000..af984d5 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-RegularItalic.otf 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 Binary files differnew file mode 100644 index 0000000..a20e7a0 --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-Semibold.otf 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 Binary files differnew file mode 100644 index 0000000..08ee24d --- /dev/null +++ b/fonts/dot-local/share/fonts/sf-pro/SF-Pro-Text-SemiboldItalic.otf |
