dosubot[bot] commented on issue #31147:
URL: https://github.com/apache/superset/issues/31147#issuecomment-2498256592

   <!-- Answer -->
   Superset's email reports include CSS styling that affects font rendering, 
but there is no explicit configuration for the font family in the email 
reports. The CSS used in the email reports specifies styles for elements like 
tables and images, but it does not define a specific font family, which might 
lead to a default font like Times New Roman being used if the desired font is 
not specified or available 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset/reports/notifications/email.py)</sup>.
   
   Additionally, Superset uses external libraries such as 
`@fontsource/fira-code` and `@fontsource/inter` for font loading, but these are 
likely used in the web interface rather than in email reports 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/package.json)</sup>.
   
   To ensure the Marianne font is used in email reports, you may need to 
explicitly include it in the email's CSS or ensure that the email client 
supports the font.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to