How to add a custom font in Open edX?

I want to add a custom font inside open edX, how can I achieve this? The font that I want to add isn’t available on google fonts.

Figured it out, needed to define font using @font-face and placed files (ttf, woff & woff2) inside lms/static/fonts directory. Then inside _variables.scss added font name define inside font-face. It worked for the LMS side, have to figure it out for CMS yet.

a more standard approach would be configuring an Open edX theme.

1 Like