It looks like the issue is happening because Arial Narrow is not embedded in the RTF output by default, and if the font is not installed on your system, it may fall back to a default font like Helvetica. You can download the Arial Narrow font from the link below and install it manually on your system: https://dafont.style/download/arial-narrow-font.html To Install the Font: Download the ZIP file from the above link. Extract the ZIP file to get the .ttf or .otf font files. Right-click on each font file and choose "Install" (or "Install for all users" if you're using Windows). After installation, restart your SAS session and try generating the RTF file again. Additional Note: Even if the font is correctly defined in your ODS RTF styles, it must be installed on the machine where the RTF is being rendered (especially important if you share the file with others). If it’s not present, Word or any RTF reader will substitute another font like Helvetica or Times New Roman. Let me know if you need help verifying if the font was successfully installed!
... View more