├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── README_CN.md ├── cs2change.py ├── cs2en.otf ├── cs2sc.ttf └── demo.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/README.md -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/README_CN.md -------------------------------------------------------------------------------- /cs2change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/cs2change.py -------------------------------------------------------------------------------- /cs2en.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/cs2en.otf -------------------------------------------------------------------------------- /cs2sc.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/cs2sc.ttf -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmlans/CS2-Font-Modifications/HEAD/demo.png --------------------------------------------------------------------------------