diff --git a/res/Cascadia.ttf b/res/Cascadia.ttf new file mode 100644 index 000000000..7f2481256 Binary files /dev/null and b/res/Cascadia.ttf differ diff --git a/res/README.md b/res/README.md index 899851132..c560a57b8 100644 --- a/res/README.md +++ b/res/README.md @@ -1,6 +1,21 @@ # Windows Terminal and Console Assets -The assets in this directory do not fall under the same [license](https://raw.githubusercontent.com/microsoft/terminal/master/LICENSE) as the rest +## Images + +The images in this directory do not fall under the same [license](https://raw.githubusercontent.com/microsoft/terminal/master/LICENSE) as the rest of the Windows Terminal code. -Please consult the [license](./LICENSE) in this directory for applicable terms. +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/master/LICENSE) as the rest +of the Windows Terminal code. + +Please consult the [license](https://raw.githubusercontent.com/microsoft/cascadia-code/master/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 + * from microsoft/cascadia-code@5f91b87e12c9af709fa406c22a79145879edc3d2 diff --git a/src/cascadia/CascadiaPackage/CascadiaPackage.wapproj b/src/cascadia/CascadiaPackage/CascadiaPackage.wapproj index fbe016193..1a9b801fd 100644 --- a/src/cascadia/CascadiaPackage/CascadiaPackage.wapproj +++ b/src/cascadia/CascadiaPackage/CascadiaPackage.wapproj @@ -249,6 +249,10 @@ Images\Wide310x150Logo.scale-400.png + + + Cascadia.ttf + diff --git a/src/cascadia/CascadiaPackage/Package.appxmanifest b/src/cascadia/CascadiaPackage/Package.appxmanifest index 63a5f1b38..bd5882429 100644 --- a/src/cascadia/CascadiaPackage/Package.appxmanifest +++ b/src/cascadia/CascadiaPackage/Package.appxmanifest @@ -5,6 +5,8 @@ xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" + xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" + xmlns:uap7="http://schemas.microsoft.com/appx/manifest/uap/windows10/7" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap"> @@ -67,4 +69,12 @@ + + + + + + + +