From 249d47c5f7b59c70d990e2530445d3c6cba7aa12 Mon Sep 17 00:00:00 2001
From: ouwou <26526779+ouwou@users.noreply.github.com>
Date: Mon, 24 May 2021 22:13:37 -0400
Subject: initial font stuff
---
fonts/conf.d/10-autohint.conf | 14 +
fonts/conf.d/10-hinting-full.conf | 13 +
fonts/conf.d/10-hinting-medium.conf | 13 +
fonts/conf.d/10-hinting-none.conf | 13 +
fonts/conf.d/10-hinting-slight.conf | 13 +
fonts/conf.d/10-no-sub-pixel.conf | 14 +
fonts/conf.d/10-scale-bitmap-fonts.conf | 80 ++++
fonts/conf.d/10-sub-pixel-bgr.conf | 14 +
fonts/conf.d/10-sub-pixel-rgb.conf | 14 +
fonts/conf.d/10-sub-pixel-vbgr.conf | 14 +
fonts/conf.d/10-sub-pixel-vrgb.conf | 14 +
fonts/conf.d/10-unhinted.conf | 14 +
fonts/conf.d/11-lcdfilter-default.conf | 16 +
fonts/conf.d/11-lcdfilter-legacy.conf | 16 +
fonts/conf.d/11-lcdfilter-light.conf | 16 +
fonts/conf.d/20-unhint-small-vera.conf | 48 +++
fonts/conf.d/25-unhint-nonlatin.conf | 128 +++++++
fonts/conf.d/30-metric-aliases.conf | 652 ++++++++++++++++++++++++++++++++
fonts/conf.d/30-urw-aliases.conf | 33 ++
fonts/conf.d/40-nonlatin.conf | 231 +++++++++++
fonts/conf.d/45-latin.conf | 273 +++++++++++++
fonts/conf.d/49-sansserif.conf | 21 +
fonts/conf.d/50-user.conf | 15 +
fonts/conf.d/51-local.conf | 6 +
fonts/conf.d/55-emoji-prepend.conf | 9 +
fonts/conf.d/60-latin.conf | 74 ++++
fonts/conf.d/65-fonts-persian.conf | 419 ++++++++++++++++++++
fonts/conf.d/65-khmer.conf | 16 +
fonts/conf.d/65-nonlatin.conf | 196 ++++++++++
fonts/conf.d/69-unifont.conf | 28 ++
fonts/conf.d/70-yes-bitmaps.conf | 12 +
fonts/conf.d/80-delicious.conf | 19 +
fonts/conf.d/90-synthetic.conf | 64 ++++
fonts/fonts.conf | 89 +++++
fonts/fonts.template.conf | 89 +++++
35 files changed, 2700 insertions(+)
create mode 100644 fonts/conf.d/10-autohint.conf
create mode 100644 fonts/conf.d/10-hinting-full.conf
create mode 100644 fonts/conf.d/10-hinting-medium.conf
create mode 100644 fonts/conf.d/10-hinting-none.conf
create mode 100644 fonts/conf.d/10-hinting-slight.conf
create mode 100644 fonts/conf.d/10-no-sub-pixel.conf
create mode 100644 fonts/conf.d/10-scale-bitmap-fonts.conf
create mode 100644 fonts/conf.d/10-sub-pixel-bgr.conf
create mode 100644 fonts/conf.d/10-sub-pixel-rgb.conf
create mode 100644 fonts/conf.d/10-sub-pixel-vbgr.conf
create mode 100644 fonts/conf.d/10-sub-pixel-vrgb.conf
create mode 100644 fonts/conf.d/10-unhinted.conf
create mode 100644 fonts/conf.d/11-lcdfilter-default.conf
create mode 100644 fonts/conf.d/11-lcdfilter-legacy.conf
create mode 100644 fonts/conf.d/11-lcdfilter-light.conf
create mode 100644 fonts/conf.d/20-unhint-small-vera.conf
create mode 100644 fonts/conf.d/25-unhint-nonlatin.conf
create mode 100644 fonts/conf.d/30-metric-aliases.conf
create mode 100644 fonts/conf.d/30-urw-aliases.conf
create mode 100644 fonts/conf.d/40-nonlatin.conf
create mode 100644 fonts/conf.d/45-latin.conf
create mode 100644 fonts/conf.d/49-sansserif.conf
create mode 100644 fonts/conf.d/50-user.conf
create mode 100644 fonts/conf.d/51-local.conf
create mode 100644 fonts/conf.d/55-emoji-prepend.conf
create mode 100644 fonts/conf.d/60-latin.conf
create mode 100644 fonts/conf.d/65-fonts-persian.conf
create mode 100644 fonts/conf.d/65-khmer.conf
create mode 100644 fonts/conf.d/65-nonlatin.conf
create mode 100644 fonts/conf.d/69-unifont.conf
create mode 100644 fonts/conf.d/70-yes-bitmaps.conf
create mode 100644 fonts/conf.d/80-delicious.conf
create mode 100644 fonts/conf.d/90-synthetic.conf
create mode 100644 fonts/fonts.conf
create mode 100644 fonts/fonts.template.conf
(limited to 'fonts')
diff --git a/fonts/conf.d/10-autohint.conf b/fonts/conf.d/10-autohint.conf
new file mode 100644
index 0000000..f9032ba
--- /dev/null
+++ b/fonts/conf.d/10-autohint.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ true
+
+
diff --git a/fonts/conf.d/10-hinting-full.conf b/fonts/conf.d/10-hinting-full.conf
new file mode 100644
index 0000000..27d8229
--- /dev/null
+++ b/fonts/conf.d/10-hinting-full.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+ hintfull
+
+
diff --git a/fonts/conf.d/10-hinting-medium.conf b/fonts/conf.d/10-hinting-medium.conf
new file mode 100644
index 0000000..e34ab5b
--- /dev/null
+++ b/fonts/conf.d/10-hinting-medium.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+ hintmedium
+
+
diff --git a/fonts/conf.d/10-hinting-none.conf b/fonts/conf.d/10-hinting-none.conf
new file mode 100644
index 0000000..0b3810d
--- /dev/null
+++ b/fonts/conf.d/10-hinting-none.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+ hintnone
+
+
diff --git a/fonts/conf.d/10-hinting-slight.conf b/fonts/conf.d/10-hinting-slight.conf
new file mode 100644
index 0000000..c244ac0
--- /dev/null
+++ b/fonts/conf.d/10-hinting-slight.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+ hintslight
+
+
diff --git a/fonts/conf.d/10-no-sub-pixel.conf b/fonts/conf.d/10-no-sub-pixel.conf
new file mode 100644
index 0000000..635847c
--- /dev/null
+++ b/fonts/conf.d/10-no-sub-pixel.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ none
+
+
diff --git a/fonts/conf.d/10-scale-bitmap-fonts.conf b/fonts/conf.d/10-scale-bitmap-fonts.conf
new file mode 100644
index 0000000..b20b52e
--- /dev/null
+++ b/fonts/conf.d/10-scale-bitmap-fonts.conf
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+ false
+
+
+ 0.15
+
+
+
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+
+
+ pixelsizefixupfactor
+ 1.2
+
+
+ pixelsizefixupfactor
+ 0.8
+
+
+
+
+
+
+ true
+
+
+ 1.0
+
+
+
+
+
+ false
+
+
+ 1.0
+
+
+
+ matrix
+
+ pixelsizefixupfactor 0
+ 0 pixelsizefixupfactor
+
+
+
+
+
+ size
+ pixelsizefixupfactor
+
+
+
+
+
diff --git a/fonts/conf.d/10-sub-pixel-bgr.conf b/fonts/conf.d/10-sub-pixel-bgr.conf
new file mode 100644
index 0000000..1378195
--- /dev/null
+++ b/fonts/conf.d/10-sub-pixel-bgr.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ bgr
+
+
diff --git a/fonts/conf.d/10-sub-pixel-rgb.conf b/fonts/conf.d/10-sub-pixel-rgb.conf
new file mode 100644
index 0000000..757c3b6
--- /dev/null
+++ b/fonts/conf.d/10-sub-pixel-rgb.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ rgb
+
+
diff --git a/fonts/conf.d/10-sub-pixel-vbgr.conf b/fonts/conf.d/10-sub-pixel-vbgr.conf
new file mode 100644
index 0000000..c807e5c
--- /dev/null
+++ b/fonts/conf.d/10-sub-pixel-vbgr.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ vbgr
+
+
diff --git a/fonts/conf.d/10-sub-pixel-vrgb.conf b/fonts/conf.d/10-sub-pixel-vrgb.conf
new file mode 100644
index 0000000..b5985e0
--- /dev/null
+++ b/fonts/conf.d/10-sub-pixel-vrgb.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ vrgb
+
+
diff --git a/fonts/conf.d/10-unhinted.conf b/fonts/conf.d/10-unhinted.conf
new file mode 100644
index 0000000..a25e3b1
--- /dev/null
+++ b/fonts/conf.d/10-unhinted.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ false
+
+
diff --git a/fonts/conf.d/11-lcdfilter-default.conf b/fonts/conf.d/11-lcdfilter-default.conf
new file mode 100644
index 0000000..9d7d11f
--- /dev/null
+++ b/fonts/conf.d/11-lcdfilter-default.conf
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ lcddefault
+
+
+
diff --git a/fonts/conf.d/11-lcdfilter-legacy.conf b/fonts/conf.d/11-lcdfilter-legacy.conf
new file mode 100644
index 0000000..7e2b256
--- /dev/null
+++ b/fonts/conf.d/11-lcdfilter-legacy.conf
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ lcdlegacy
+
+
+
diff --git a/fonts/conf.d/11-lcdfilter-light.conf b/fonts/conf.d/11-lcdfilter-light.conf
new file mode 100644
index 0000000..0dd0a90
--- /dev/null
+++ b/fonts/conf.d/11-lcdfilter-light.conf
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ lcdlight
+
+
+
diff --git a/fonts/conf.d/20-unhint-small-vera.conf b/fonts/conf.d/20-unhint-small-vera.conf
new file mode 100644
index 0000000..c9505ca
--- /dev/null
+++ b/fonts/conf.d/20-unhint-small-vera.conf
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+ Bitstream Vera Sans
+
+
+ 7.5
+
+
+ false
+
+
+
+
+
+ Bitstream Vera Serif
+
+
+ 7.5
+
+
+ false
+
+
+
+
+
+ Bitstream Vera Sans Mono
+
+
+ 7.5
+
+
+ false
+
+
+
+
diff --git a/fonts/conf.d/25-unhint-nonlatin.conf b/fonts/conf.d/25-unhint-nonlatin.conf
new file mode 100644
index 0000000..9adffa7
--- /dev/null
+++ b/fonts/conf.d/25-unhint-nonlatin.conf
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+ Kochi Mincho
+
+
+ false
+
+
+
+
+ Kochi Gothic
+
+
+ false
+
+
+
+
+ Sazanami Mincho
+
+
+ false
+
+
+
+
+ Sazanami Gothic
+
+
+ false
+
+
+
+
+ Baekmuk Batang
+
+
+ false
+
+
+
+
+ Baekmuk Dotum
+
+
+ false
+
+
+
+
+ Baekmuk Gulim
+
+
+ false
+
+
+
+
+ Baekmuk Headline
+
+
+ false
+
+
+
+
+ AR PL Mingti2L Big5
+
+
+ false
+
+
+
+
+ AR PL ShanHeiSun Uni
+
+
+ false
+
+
+
+
+ AR PL KaitiM Big5
+
+
+ false
+
+
+
+
+ AR PL ZenKai Uni
+
+
+ false
+
+
+
+
+ AR PL SungtiL GB
+
+
+ false
+
+
+
+
+ AR PL KaitiM GB
+
+
+ false
+
+
+
+
+ ZYSong18030
+
+
+ false
+
+
+
+
diff --git a/fonts/conf.d/30-metric-aliases.conf b/fonts/conf.d/30-metric-aliases.conf
new file mode 100644
index 0000000..1f0778d
--- /dev/null
+++ b/fonts/conf.d/30-metric-aliases.conf
@@ -0,0 +1,652 @@
+
+
+
+
+
+
+
+
+
+
+ Nimbus Sans L
+
+ Helvetica
+
+
+
+
+ Nimbus Sans
+
+ Helvetica
+
+
+
+
+ TeX Gyre Heros
+
+ Helvetica
+
+
+
+
+ Nimbus Sans Narrow
+
+ Helvetica Narrow
+
+
+
+
+ TeX Gyre Heros Cn
+
+ Helvetica Narrow
+
+
+
+
+ Nimbus Roman No9 L
+
+ Times
+
+
+
+
+ Nimbus Roman
+
+ Times
+
+
+
+
+ TeX Gyre Termes
+
+ Times
+
+
+
+
+ Nimbus Mono L
+
+ Courier
+
+
+
+
+ Nimbus Mono
+
+ Courier
+
+
+
+
+ Nimbus Mono PS
+
+ Courier
+
+
+
+
+ TeX Gyre Cursor
+
+ Courier
+
+
+
+
+ Avant Garde
+
+ ITC Avant Garde Gothic
+
+
+
+
+ URW Gothic L
+
+ ITC Avant Garde Gothic
+
+
+
+
+ URW Gothic
+
+ ITC Avant Garde Gothic
+
+
+
+
+ TeX Gyre Adventor
+
+ ITC Avant Garde Gothic
+
+
+
+
+ Bookman
+
+ ITC Bookman
+
+
+
+
+ URW Bookman L
+
+ ITC Bookman
+
+
+
+
+ Bookman URW
+
+ ITC Bookman
+
+
+
+
+ URW Bookman
+
+ ITC Bookman
+
+
+
+
+ TeX Gyre Bonum
+
+ ITC Bookman
+
+
+
+
+ Bookman Old Style
+
+ ITC Bookman
+
+
+
+
+ Zapf Chancery
+
+ ITC Zapf Chancery
+
+
+
+
+ URW Chancery L
+
+ ITC Zapf Chancery
+
+
+
+
+ Chancery URW
+
+ ITC Zapf Chancery
+
+
+
+
+ Z003
+
+ ITC Zapf Chancery
+
+
+
+
+ TeX Gyre Chorus
+
+ ITC Zapf Chancery
+
+
+
+
+ URW Palladio L
+
+ Palatino
+
+
+
+
+ Palladio URW
+
+ Palatino
+
+
+
+
+ P052
+
+ Palatino
+
+
+
+
+ TeX Gyre Pagella
+
+ Palatino
+
+
+
+
+ Palatino Linotype
+
+ Palatino
+
+
+
+
+ Century Schoolbook L
+
+ New Century Schoolbook
+
+
+
+
+ Century SchoolBook URW
+
+ New Century Schoolbook
+
+
+
+
+ C059
+
+ New Century Schoolbook
+
+
+
+
+ TeX Gyre Schola
+
+ New Century Schoolbook
+
+
+
+
+ Century Schoolbook
+
+ New Century Schoolbook
+
+
+
+
+
+
+ Arimo
+
+ Arial
+
+
+
+
+ Liberation Sans
+
+ Arial
+
+
+
+
+ Liberation Sans Narrow
+
+ Arial Narrow
+
+
+
+
+ Albany
+
+ Arial
+
+
+
+
+ Albany AMT
+
+ Arial
+
+
+
+
+ Tinos
+
+ Times New Roman
+
+
+
+
+ Liberation Serif
+
+ Times New Roman
+
+
+
+
+ Thorndale
+
+ Times New Roman
+
+
+
+
+ Thorndale AMT
+
+ Times New Roman
+
+
+
+
+ Cousine
+
+ Courier New
+
+
+
+
+ Liberation Mono
+
+ Courier New
+
+
+
+
+ Cumberland
+
+ Courier New
+
+
+
+
+ Cumberland AMT
+
+ Courier New
+
+
+
+
+ Gelasio
+
+ Georgia
+
+
+
+
+ Caladea
+
+ Cambria
+
+
+
+
+ Carlito
+
+ Calibri
+
+
+
+
+ SymbolNeu
+
+ Symbol
+
+
+
+
+
+
+
+ Helvetica
+
+ Arial
+
+
+
+
+ Helvetica Narrow
+
+ Arial Narrow
+
+
+
+
+ Times
+
+ Times New Roman
+
+
+
+
+ Courier
+
+ Courier New
+
+
+
+
+
+
+ Arial
+
+ Helvetica
+
+
+
+
+ Arial Narrow
+
+ Helvetica Narrow
+
+
+
+
+ Times New Roman
+
+ Times
+
+
+
+
+ Courier New
+
+ Courier
+
+
+
+
+
+
+
+
+
+ Helvetica
+
+ TeX Gyre Heros
+ Nimbus Sans
+ Nimbus Sans L
+
+
+
+
+ Helvetica Narrow
+
+ TeX Gyre Heros Cn
+ Nimbus Sans Narrow
+
+
+
+
+ Times
+
+ TeX Gyre Termes
+ Nimbus Roman
+ Nimbus Roman No9 L
+
+
+
+
+ Courier
+
+ TeX Gyre Cursor
+ Nimbus Mono PS
+ Nimbus Mono
+ Nimbus Mono L
+
+
+
+
+ ITC Avant Garde Gothic
+
+ TeX Gyre Adventor
+ URW Gothic
+ URW Gothic L
+
+
+
+
+ ITC Bookman
+
+ Bookman Old Style
+ TeX Gyre Bonum
+ URW Bookman
+ Bookman URW
+ URW Bookman L
+
+
+
+
+ ITC Zapf Chancery
+
+ TeX Gyre Chorus
+ Z003
+ Chancery URW
+ URW Chancery L
+
+
+
+
+ Palatino
+
+ Palatino Linotype
+ TeX Gyre Pagella
+ P052
+ Palladio URW
+ URW Palladio L
+
+
+
+
+ New Century Schoolbook
+
+ Century Schoolbook
+ TeX Gyre Schola
+ C059
+ Century SchoolBook URW
+ Century Schoolbook L
+
+
+
+
+
+ Arial
+
+ Arimo
+ Liberation Sans
+ Albany
+ Albany AMT
+
+
+
+
+ Arial Narrow
+
+ Liberation Sans Narrow
+
+
+
+
+ Times New Roman
+
+ Tinos
+ Liberation Serif
+ Thorndale
+ Thorndale AMT
+
+
+
+
+ Courier New
+
+ Cousine
+ Liberation Mono
+ Cumberland
+ Cumberland AMT
+
+
+
+
+ Georgia
+
+ Gelasio
+
+
+
+
+ Cambria
+
+ Caladea
+
+
+
+
+ Calibri
+
+ Carlito
+
+
+
+
+ Symbol
+
+ SymbolNeu
+
+
+
+
diff --git a/fonts/conf.d/30-urw-aliases.conf b/fonts/conf.d/30-urw-aliases.conf
new file mode 100644
index 0000000..cfde071
--- /dev/null
+++ b/fonts/conf.d/30-urw-aliases.conf
@@ -0,0 +1,33 @@
+
+
+
+
+
+ Zapf Dingbats
+
+ D050000L
+ Dingbats
+
+
+
+ ITC Zapf Dingbats
+
+ D050000L
+ Dingbats
+
+
+
+
+ Symbol
+
+
+ Standard Symbols PS
+
+
+ Standard Symbols L
+
+
+
diff --git a/fonts/conf.d/40-nonlatin.conf b/fonts/conf.d/40-nonlatin.conf
new file mode 100644
index 0000000..c900fd4
--- /dev/null
+++ b/fonts/conf.d/40-nonlatin.conf
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+ Nazli
+ serif
+
+
+ Lotoos
+ serif
+
+
+ Mitra
+ serif
+
+
+ Ferdosi
+ serif
+
+
+ Badr
+ serif
+
+
+ Zar
+ serif
+
+
+ Titr
+ serif
+
+
+ Jadid
+ serif
+
+
+ Kochi Mincho
+ serif
+
+
+ AR PL SungtiL GB
+ serif
+
+
+ AR PL Mingti2L Big5
+ serif
+
+
+ MS 明朝
+ serif
+
+
+ NanumMyeongjo
+ serif
+
+
+ UnBatang
+ serif
+
+
+ Baekmuk Batang
+ serif
+
+
+ MgOpen Canonica
+ serif
+
+
+ Sazanami Mincho
+ serif
+
+
+ AR PL ZenKai Uni
+ serif
+
+
+ ZYSong18030
+ serif
+
+
+ FreeSerif
+ serif
+
+
+ SimSun
+ serif
+
+
+
+ Arshia
+ sans-serif
+
+
+ Elham
+ sans-serif
+
+
+ Farnaz
+ sans-serif
+
+
+ Nasim
+ sans-serif
+
+
+ Sina
+ sans-serif
+
+
+ Roya
+ sans-serif
+
+
+ Koodak
+ sans-serif
+
+
+ Terafik
+ sans-serif
+
+
+ Kochi Gothic
+ sans-serif
+
+
+ AR PL KaitiM GB
+ sans-serif
+
+
+ AR PL KaitiM Big5
+ sans-serif
+
+
+ MS ゴシック
+ sans-serif
+
+
+ NanumGothic
+ sans-serif
+
+
+ UnDotum
+ sans-serif
+
+
+ Baekmuk Dotum
+ sans-serif
+
+
+ MgOpen Modata
+ sans-serif
+
+
+ Sazanami Gothic
+ sans-serif
+
+
+ AR PL ShanHeiSun Uni
+ sans-serif
+
+
+ ZYSong18030
+ sans-serif
+
+
+ FreeSans
+ sans-serif
+
+
+
+ NSimSun
+ monospace
+
+
+ ZYSong18030
+ monospace
+
+
+ NanumGothicCoding
+ monospace
+
+
+ FreeMono
+ monospace
+
+
+
+
+ Homa
+ fantasy
+
+
+ Kamran
+ fantasy
+
+
+ Fantezi
+ fantasy
+
+
+ Tabassom
+ fantasy
+
+
+
+
+ IranNastaliq
+ cursive
+
+
+ Nafees Nastaleeq
+ cursive
+
+
+
diff --git a/fonts/conf.d/45-latin.conf b/fonts/conf.d/45-latin.conf
new file mode 100644
index 0000000..c6696f8
--- /dev/null
+++ b/fonts/conf.d/45-latin.conf
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+
+ Bitstream Vera Serif
+ serif
+
+
+ Cambria
+ serif
+
+
+ Constantia
+ serif
+
+
+ DejaVu Serif
+ serif
+
+
+ Elephant
+ serif
+
+
+ Garamond
+ serif
+
+
+ Georgia
+ serif
+
+
+ Liberation Serif
+ serif
+
+
+ Luxi Serif
+ serif
+
+
+ MS Serif
+ serif
+
+
+ Nimbus Roman No9 L
+ serif
+
+
+ Nimbus Roman
+ serif
+
+
+ Palatino Linotype
+ serif
+
+
+ Thorndale AMT
+ serif
+
+
+ Thorndale
+ serif
+
+
+ Times New Roman
+ serif
+
+
+ Times
+ serif
+
+
+
+ Albany AMT
+ sans-serif
+
+
+ Albany
+ sans-serif
+
+
+ Arial Unicode MS
+ sans-serif
+
+
+ Arial
+ sans-serif
+
+
+ Bitstream Vera Sans
+ sans-serif
+
+
+ Britannic
+ sans-serif
+
+
+ Calibri
+ sans-serif
+
+
+ Candara
+ sans-serif
+
+
+ Century Gothic
+ sans-serif
+
+
+ Corbel
+ sans-serif
+
+
+ DejaVu Sans
+ sans-serif
+
+
+ Helvetica
+ sans-serif
+
+
+ Haettenschweiler
+ sans-serif
+
+
+ Liberation Sans
+ sans-serif
+
+
+ MS Sans Serif
+ sans-serif
+
+
+ Nimbus Sans L
+ sans-serif
+
+
+ Nimbus Sans
+ sans-serif
+
+
+ Luxi Sans
+ sans-serif
+
+
+ Tahoma
+ sans-serif
+
+
+ Trebuchet MS
+ sans-serif
+
+
+ Twentieth Century
+ sans-serif
+
+
+ Verdana
+ sans-serif
+
+
+
+ Andale Mono
+ monospace
+
+
+ Bitstream Vera Sans Mono
+ monospace
+
+
+ Consolas
+ monospace
+
+
+ Courier New
+ monospace
+
+
+ Courier
+ monospace
+
+
+ Cumberland AMT
+ monospace
+
+
+ Cumberland
+ monospace
+
+
+ DejaVu Sans Mono
+ monospace
+
+
+ Fixedsys
+ monospace
+
+
+ Inconsolata
+ monospace
+
+
+ Liberation Mono
+ monospace
+
+
+ Luxi Mono
+ monospace
+
+
+ Nimbus Mono L
+ monospace
+
+
+ Nimbus Mono
+ monospace
+
+
+ Nimbus Mono PS
+ monospace
+
+
+ Terminal
+ monospace
+
+
+
+ Bauhaus Std
+ fantasy
+
+
+ Cooper Std
+ fantasy
+
+
+ Copperplate Gothic Std
+ fantasy
+
+
+ Impact
+ fantasy
+
+
+
+ Comic Sans MS
+ cursive
+
+
+ ITC Zapf Chancery Std
+ cursive
+
+
+ Zapfino
+ cursive
+
+
+
diff --git a/fonts/conf.d/49-sansserif.conf b/fonts/conf.d/49-sansserif.conf
new file mode 100644
index 0000000..c6209a7
--- /dev/null
+++ b/fonts/conf.d/49-sansserif.conf
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ sans-serif
+
+
+ serif
+
+
+ monospace
+
+
+ sans-serif
+
+
+
diff --git a/fonts/conf.d/50-user.conf b/fonts/conf.d/50-user.conf
new file mode 100644
index 0000000..07c9182
--- /dev/null
+++ b/fonts/conf.d/50-user.conf
@@ -0,0 +1,15 @@
+
+
+
+
+ fontconfig/conf.d
+ fontconfig/fonts.conf
+
+ ~/.fonts.conf.d
+ ~/.fonts.conf
+
diff --git a/fonts/conf.d/51-local.conf b/fonts/conf.d/51-local.conf
new file mode 100644
index 0000000..ca9fbe1
--- /dev/null
+++ b/fonts/conf.d/51-local.conf
@@ -0,0 +1,6 @@
+
+
+
+
+ local.conf
+
diff --git a/fonts/conf.d/55-emoji-prepend.conf b/fonts/conf.d/55-emoji-prepend.conf
new file mode 100644
index 0000000..b56cebb
--- /dev/null
+++ b/fonts/conf.d/55-emoji-prepend.conf
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Twitter Color Emoji
+
+
+
\ No newline at end of file
diff --git a/fonts/conf.d/60-latin.conf b/fonts/conf.d/60-latin.conf
new file mode 100644
index 0000000..23ee91b
--- /dev/null
+++ b/fonts/conf.d/60-latin.conf
@@ -0,0 +1,74 @@
+
+
+
+
+ serif
+
+ Bitstream Vera Serif
+ DejaVu Serif
+ Times New Roman
+ Thorndale AMT
+ Luxi Serif
+ Nimbus Roman No9 L
+ Nimbus Roman
+ Times
+
+
+
+ sans-serif
+
+ Bitstream Vera Sans
+ DejaVu Sans
+ Verdana
+ Arial
+ Albany AMT
+ Luxi Sans
+ Nimbus Sans L
+ Nimbus Sans
+ Helvetica
+ Lucida Sans Unicode
+ BPG Glaho International
+ Tahoma
+
+
+
+ monospace
+
+ Bitstream Vera Sans Mono
+ DejaVu Sans Mono
+ Inconsolata
+ Andale Mono
+ Courier New
+ Cumberland AMT
+ Luxi Mono
+ Nimbus Mono L
+ Nimbus Mono
+ Nimbus Mono PS
+ Courier
+
+
+
+
+ fantasy
+
+ Impact
+ Copperplate Gothic Std
+ Cooper Std
+ Bauhaus Std
+
+
+
+
+ cursive
+
+ ITC Zapf Chancery Std
+ Zapfino
+ Comic Sans MS
+
+
+
+
diff --git a/fonts/conf.d/65-fonts-persian.conf b/fonts/conf.d/65-fonts-persian.conf
new file mode 100644
index 0000000..ea00661
--- /dev/null
+++ b/fonts/conf.d/65-fonts-persian.conf
@@ -0,0 +1,419 @@
+
+
+
+
+
+
+
+
+
+
+ Nesf
+ Nesf2
+
+
+ Nesf2
+ Persian_sansserif_default
+
+
+
+
+
+ Nazanin
+ Nazli
+
+
+ Lotus
+ Lotoos
+
+
+ Yaqut
+ Yaghoot
+
+
+ Yaghut
+ Yaghoot
+
+
+ Traffic
+ Terafik
+
+
+ Ferdowsi
+ Ferdosi
+
+
+ Fantezy
+ Fantezi
+
+
+
+
+
+
+
+ Jadid
+ Persian_title
+
+
+ Titr
+ Persian_title
+
+
+
+
+ Kamran
+
+ Persian_fantasy
+ Homa
+
+
+
+ Homa
+
+ Persian_fantasy
+ Kamran
+
+
+
+ Fantezi
+ Persian_fantasy
+
+
+ Tabassom
+ Persian_fantasy
+
+
+
+
+ Arshia
+ Persian_square
+
+
+ Nasim
+ Persian_square
+
+
+ Elham
+
+ Persian_square
+ Farnaz
+
+
+
+ Farnaz
+
+ Persian_square
+ Elham
+
+
+
+ Sina
+ Persian_square
+
+
+
+
+
+
+ Persian_title
+
+ Titr
+ Jadid
+ Persian_serif
+
+
+
+
+
+ Persian_fantasy
+
+ Homa
+ Kamran
+ Fantezi
+ Tabassom
+ Persian_square
+
+
+
+
+
+ Persian_square
+
+ Arshia
+ Elham
+ Farnaz
+ Nasim
+ Sina
+ Persian_serif
+
+
+
+
+
+
+
+ Elham
+
+
+ farsiweb
+
+
+
+
+
+ Homa
+
+
+ farsiweb
+
+
+
+
+
+ Koodak
+
+
+ farsiweb
+
+
+
+
+
+ Nazli
+
+
+ farsiweb
+
+
+
+
+
+ Roya
+
+
+ farsiweb
+
+
+
+
+
+ Terafik
+
+
+ farsiweb
+
+
+
+
+
+ Titr
+
+
+ farsiweb
+
+
+
+
+
+
+
+
+
+ TURNED-OFF
+
+
+ farsiweb
+
+
+
+ roman
+
+
+
+ roman
+
+
+
+
+ matrix
+ 1-0.2
+ 01
+
+
+
+
+
+ oblique
+
+
+
+
+
+
+
+
+ farsiweb
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+
+
+
+
+
+
+ serif
+
+ Nazli
+ Lotoos
+ Mitra
+ Ferdosi
+ Badr
+ Zar
+
+
+
+
+
+ sans-serif
+
+ Roya
+ Koodak
+ Terafik
+
+
+
+
+
+ monospace
+
+
+ Terafik
+
+
+
+
+
+ fantasy
+
+ Homa
+ Kamran
+ Fantezi
+ Tabassom
+
+
+
+
+
+ cursive
+
+ IranNastaliq
+ Nafees Nastaleeq
+
+
+
+
+
+
+
+
+ serif
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+ sans-serif
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+ Persian_sansserif_default
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+
+
+ Persian_sansserif_default
+
+
+ Roya
+
+
+
+
diff --git a/fonts/conf.d/65-khmer.conf b/fonts/conf.d/65-khmer.conf
new file mode 100644
index 0000000..f9d06f2
--- /dev/null
+++ b/fonts/conf.d/65-khmer.conf
@@ -0,0 +1,16 @@
+
+
+
+
+ serif
+
+ Khmer OS"
+
+
+
+ sans-serif
+
+ Khmer OS"
+
+
+
diff --git a/fonts/conf.d/65-nonlatin.conf b/fonts/conf.d/65-nonlatin.conf
new file mode 100644
index 0000000..9306f74
--- /dev/null
+++ b/fonts/conf.d/65-nonlatin.conf
@@ -0,0 +1,196 @@
+
+
+
+
+ serif
+
+ Artsounk
+ BPG UTF8 M
+ Kinnari
+ Norasi
+ Frank Ruehl
+ Dror
+ JG LaoTimes
+ Saysettha Unicode
+ Pigiarniq
+ B Davat
+ B Compset
+ Kacst-Qr
+ Urdu Nastaliq Unicode
+ Raghindi
+ Mukti Narrow
+ malayalam
+ Sampige
+ padmaa
+ Hapax Berbère
+ MS Mincho
+ SimSun
+ PMingLiu
+ WenQuanYi Zen Hei
+ WenQuanYi Bitmap Song
+ AR PL ShanHeiSun Uni
+ AR PL New Sung
+ ZYSong18030
+ HanyiSong
+ MgOpen Canonica
+ Sazanami Mincho
+ IPAMonaMincho
+ IPAMincho
+ Kochi Mincho
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ AR PL Zenkai Uni
+ MS 明朝
+ ZYSong18030
+ NanumMyeongjo
+ UnBatang
+ Baekmuk Batang
+ KacstQura
+ Frank Ruehl CLM
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
+ sans-serif
+
+ Nachlieli
+ Lucida Sans Unicode
+ Yudit Unicode
+ Kerkis
+ ArmNet Helvetica
+ Artsounk
+ BPG UTF8 M
+ Waree
+ Loma
+ Garuda
+ Umpush
+ Saysettha Unicode
+ JG Lao Old Arial
+ GF Zemen Unicode
+ Pigiarniq
+ B Davat
+ B Compset
+ Kacst-Qr
+ Urdu Nastaliq Unicode
+ Raghindi
+ Mukti Narrow
+ malayalam
+ Sampige
+ padmaa
+ Hapax Berbère
+ MS Gothic
+ UmePlus P Gothic
+
+ SimSun
+ PMingLiu
+ WenQuanYi Zen Hei
+ WenQuanYi Bitmap Song
+ AR PL ShanHeiSun Uni
+ AR PL New Sung
+ MgOpen Modata
+ VL Gothic
+ IPAMonaGothic
+ IPAGothic
+ Sazanami Gothic
+ Kochi Gothic
+ AR PL KaitiM GB
+ AR PL KaitiM Big5
+ AR PL ShanHeiSun Uni
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ MS ゴシック
+ ZYSong18030
+ TSCu_Paranar
+ NanumGothic
+ UnDotum
+ Baekmuk Dotum
+ Baekmuk Gulim
+ KacstQura
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
+ monospace
+
+ Miriam Mono
+ VL Gothic
+ IPAMonaGothic
+ IPAGothic
+ Sazanami Gothic
+ Kochi Gothic
+ AR PL KaitiM GB
+ MS Gothic
+ UmePlus Gothic
+ NSimSun
+ MingLiu
+ AR PL ShanHeiSun Uni
+ AR PL New Sung Mono
+ HanyiSong
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ ZYSong18030
+ NanumGothicCoding
+ NanumGothic
+ UnDotum
+ Baekmuk Dotum
+ Baekmuk Gulim
+ TlwgTypo
+ TlwgTypist
+ TlwgTypewriter
+ TlwgMono
+ Hasida
+ Mitra Mono
+ GF Zemen Unicode
+ Hapax Berbère
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
diff --git a/fonts/conf.d/69-unifont.conf b/fonts/conf.d/69-unifont.conf
new file mode 100644
index 0000000..177dec5
--- /dev/null
+++ b/fonts/conf.d/69-unifont.conf
@@ -0,0 +1,28 @@
+
+
+
+
+ serif
+
+ FreeSerif
+ Code2000
+ Code2001
+
+
+
+ sans-serif
+
+ FreeSans
+ Arial Unicode MS
+ Arial Unicode
+ Code2000
+ Code2001
+
+
+
+ monospace
+
+ FreeMono
+
+
+
diff --git a/fonts/conf.d/70-yes-bitmaps.conf b/fonts/conf.d/70-yes-bitmaps.conf
new file mode 100644
index 0000000..c153aeb
--- /dev/null
+++ b/fonts/conf.d/70-yes-bitmaps.conf
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+ false
+
+
+
+
diff --git a/fonts/conf.d/80-delicious.conf b/fonts/conf.d/80-delicious.conf
new file mode 100644
index 0000000..845647b
--- /dev/null
+++ b/fonts/conf.d/80-delicious.conf
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+ Delicious
+
+
+ Heavy
+
+
+ heavy
+
+
+
+
diff --git a/fonts/conf.d/90-synthetic.conf b/fonts/conf.d/90-synthetic.conf
new file mode 100644
index 0000000..b8d1e85
--- /dev/null
+++ b/fonts/conf.d/90-synthetic.conf
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+ roman
+
+
+
+ roman
+
+
+
+
+ matrix
+ 10.2
+ 01
+
+
+
+
+
+ oblique
+
+
+
+ false
+
+
+
+
+
+
+
+
+ medium
+
+
+
+ medium
+
+
+
+ true
+
+
+
+ bold
+
+
+
diff --git a/fonts/fonts.conf b/fonts/fonts.conf
new file mode 100644
index 0000000..70ddc97
--- /dev/null
+++ b/fonts/fonts.conf
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+ WINDOWSFONTDIR
+
+ fonts
+
+ ~/.fonts
+
+
+
+
+ mono
+
+
+ monospace
+
+
+
+
+
+
+ sans serif
+
+
+ sans-serif
+
+
+
+
+
+
+ sans
+
+
+ sans-serif
+
+
+
+
+C:\Users\admin\source\repos\abaddon\fonts\conf.d
+
+
+
+ LOCAL_APPDATA_FONTCONFIG_CACHE
+ fontconfig
+
+ ~/.fontconfig
+
+
+
+
+ 30
+
+
+
+
diff --git a/fonts/fonts.template.conf b/fonts/fonts.template.conf
new file mode 100644
index 0000000..8c79974
--- /dev/null
+++ b/fonts/fonts.template.conf
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+ WINDOWSFONTDIR
+
+ fonts
+
+ ~/.fonts
+
+
+
+
+ mono
+
+
+ monospace
+
+
+
+
+
+
+ sans serif
+
+
+ sans-serif
+
+
+
+
+
+
+ sans
+
+
+ sans-serif
+
+
+
+
+
+
+
+
+ LOCAL_APPDATA_FONTCONFIG_CACHE
+ fontconfig
+
+ ~/.fontconfig
+
+
+
+
+ 30
+
+
+
+
--
cgit v1.2.3