Skip to content

Commit

Permalink
fix(Font): Load from same origin
Browse files Browse the repository at this point in the history
Request fonts on same origin so that font-face can use result from preload request.
[See related RPW changes](codecademy-engineering/mono#8632)
  • Loading branch information
jrood authored Dec 3, 2024
1 parent c508ac4 commit c3b616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gamut-styles/src/remoteAssets/fonts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const FONT_ASSET_PATH = `https://static-assets.codecademy.com/gamut`;
export const FONT_ASSET_PATH = `https://www.codecademy.com/gamut`;

export const webFonts = [
{
Expand Down

0 comments on commit c3b616c

Please sign in to comment.