Skip to content

Conversation

@andrey-canon
Copy link
Collaborator

Description

This add the default font for the NELC implementation. Migration pr of #6
Issue # 1435

Before

image

After

image

How to test

  1. Set the learning MFE as a volume
  2. Add the module.config.js file into the frontend-app-learning folder and restart your container
module.exports = {
    localModules: [
        { moduleName: '@edx/brand', dir: '../brand-openedx'},
    ],
};
  1. Checkout this branch
  2. In redwood the styles loaded automatically due to this file however those lines were removed in this version so you have to import the brand package explicitly in the frontend-app-learning/src/index.scss file, add the following lines at the top of the file after the last import statement.
@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/brand/paragon/overrides";

Copy link

@johanseto johanseto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working in my local env

image

@andrey-canon andrey-canon force-pushed the teak-mig/FUTUREX-1435 branch from 4608ed6 to 9fa51d2 Compare October 8, 2025 23:37
@andrey-canon andrey-canon changed the base branch from teak-mig/FUTUREX-1214 to open-release/teak.nelp October 8, 2025 23:38
@andrey-canon andrey-canon merged commit ae9e0a9 into open-release/teak.nelp Oct 8, 2025
1 check passed
@andrey-canon andrey-canon temporarily deployed to open-release/teak.nelp October 8, 2025 23:38 — with GitHub Actions Inactive
@andrey-canon andrey-canon deployed to open-release/teak.nelp October 8, 2025 23:38 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants