diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-31 12:00:47 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-31 12:00:47 +0300 |
| commit | a8bfdb38d05b2157723086adaee9b19b4fba2c4c (patch) | |
| tree | 7e6d6c696a50b4fe3412c3eed5c1cd9ac827c98a /Software | |
| parent | d84880e2b3991934d8c8a52df376989cab5fef1b (diff) | |
| download | Tango-a8bfdb38d05b2157723086adaee9b19b4fba2c4c.tar.gz Tango-a8bfdb38d05b2157723086adaee9b19b4fba2c4c.zip | |
PPC. Font problem.
Related Work Items: #8494
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Fonts.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Fonts.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Fonts.xaml index 1f0068c3e..4e704751c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Fonts.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Fonts.xaml @@ -2,8 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:local="clr-namespace:Tango.PPC.Common.Resources"> - - <FontFamily x:Key="Poppins" >..//Fonts//#Poppins</FontFamily> + + <FontFamily x:Key="Poppins" >pack://application:,,,/Tango.PPC.Common;Component/Fonts/#Poppins</FontFamily> </ResourceDictionary>
\ No newline at end of file |
