diff --git a/consolegit2gitfilters.json b/consolegit2gitfilters.json index 5f5d0eb26..d7781402d 100644 --- a/consolegit2gitfilters.json +++ b/consolegit2gitfilters.json @@ -19,6 +19,7 @@ "/.github/", "/samples/", "/res/terminal/", + "/res/fonts/", "/doc/specs/", "/doc/cascadia/", "/doc/user-docs/", diff --git a/res/Cascadia.ttf b/res/Cascadia.ttf deleted file mode 100644 index 3c232862f..000000000 Binary files a/res/Cascadia.ttf and /dev/null differ diff --git a/res/CascadiaMono.ttf b/res/CascadiaMono.ttf deleted file mode 100644 index 253eae2d1..000000000 Binary files a/res/CascadiaMono.ttf and /dev/null differ diff --git a/res/README.md b/res/README.md index 0fb16a9ff..b70cd4da8 100644 --- a/res/README.md +++ b/res/README.md @@ -6,16 +6,3 @@ The images in this directory do not fall under the same [license](https://raw.gi of the Windows Terminal code. Please consult the [license](./LICENSE) in this directory for terms applicable to the image assets in this directory. - -## Fonts - -The fonts in this directory do not fall under the same [license](https://raw.githubusercontent.com/microsoft/terminal/main/LICENSE) as the rest -of the Windows Terminal code. - -Please consult the [license](https://raw.githubusercontent.com/microsoft/cascadia-code/main/LICENSE) in the -[microsoft/cascadia-code](https://github.com/microsoft/cascadia-code) repository for terms applicable to the fonts in this directory. - -### Fonts Included - -* Cascadia Code, Cascadia Mono (2102.25) - * from microsoft/cascadia-code@911dc421f333e3b72b97381d16fee5b71eb48f04 diff --git a/res/fonts/CascadiaCode.ttf b/res/fonts/CascadiaCode.ttf new file mode 100644 index 000000000..117b8de3e Binary files /dev/null and b/res/fonts/CascadiaCode.ttf differ diff --git a/res/fonts/CascadiaCodeItalic.ttf b/res/fonts/CascadiaCodeItalic.ttf new file mode 100644 index 000000000..0e2587de4 Binary files /dev/null and b/res/fonts/CascadiaCodeItalic.ttf differ diff --git a/res/fonts/CascadiaMono.ttf b/res/fonts/CascadiaMono.ttf new file mode 100644 index 000000000..6a66e2b0e Binary files /dev/null and b/res/fonts/CascadiaMono.ttf differ diff --git a/res/fonts/CascadiaMonoItalic.ttf b/res/fonts/CascadiaMonoItalic.ttf new file mode 100644 index 000000000..086b1b161 Binary files /dev/null and b/res/fonts/CascadiaMonoItalic.ttf differ diff --git a/res/fonts/README.md b/res/fonts/README.md new file mode 100644 index 000000000..d4ece8657 --- /dev/null +++ b/res/fonts/README.md @@ -0,0 +1,12 @@ +# Windows Terminal and Console Assets (Fonts) + +The fonts in this directory do not fall under the same [license](https://raw.githubusercontent.com/microsoft/terminal/main/LICENSE) as the rest +of the Windows Terminal code. + +Please consult the [license](https://raw.githubusercontent.com/microsoft/cascadia-code/main/LICENSE) in the +[microsoft/cascadia-code](https://github.com/microsoft/cascadia-code) repository for terms applicable to the fonts in this directory. + +### Fonts Included + +* Cascadia Code, Cascadia Mono (2106.17) + * from microsoft/cascadia-code@fb0bce69c1c12f6c298b8bc1c1d181868f5daa9a diff --git a/src/cascadia/CascadiaPackage/Package-Pre.appxmanifest b/src/cascadia/CascadiaPackage/Package-Pre.appxmanifest index 1c493b7ed..f4123a10e 100644 --- a/src/cascadia/CascadiaPackage/Package-Pre.appxmanifest +++ b/src/cascadia/CascadiaPackage/Package-Pre.appxmanifest @@ -140,8 +140,10 @@ - + + + diff --git a/src/cascadia/CascadiaPackage/Package.appxmanifest b/src/cascadia/CascadiaPackage/Package.appxmanifest index ad4472156..db9cfe825 100644 --- a/src/cascadia/CascadiaPackage/Package.appxmanifest +++ b/src/cascadia/CascadiaPackage/Package.appxmanifest @@ -140,8 +140,10 @@ - + + + diff --git a/src/cascadia/CascadiaResources.build.items b/src/cascadia/CascadiaResources.build.items index b99fc3ba6..d2d522af8 100644 --- a/src/cascadia/CascadiaResources.build.items +++ b/src/cascadia/CascadiaResources.build.items @@ -12,13 +12,9 @@ Images\%(RecursiveDir)%(FileName)%(Extension) - + true - %(RecursiveDir)%(FileName)%(Extension) - - - true - %(RecursiveDir)%(FileName)%(Extension) + %(FileName)%(Extension)