Skip to content

Commit f41c59e

Browse files
committed
⏪️(frontend) add back Marianne font
Marianne font was in base64 in the ui-kit, it was not an optimize way to do it. We do not have a CDN yet so the best is to put them back in the project in waiting for a CDN options.
1 parent 7889744 commit f41c59e

17 files changed

+125
-3
lines changed

src/frontend/apps/impress/cunningham.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ tokens.themes.default.theme = {
5050
...tokens.themes.default.theme.colors,
5151
...customColors,
5252
},
53+
font: {
54+
...tokens.themes.default.theme.font,
55+
families: {
56+
base: 'sans-serif',
57+
accent: 'sans-serif',
58+
},
59+
},
5360
},
5461
};
5562

@@ -89,6 +96,12 @@ const dsfrTheme = {
8996
widthFooter: '220px',
9097
alt: 'Gouvernement Logo',
9198
},
99+
font: {
100+
families: {
101+
base: 'Marianne',
102+
accent: 'Marianne',
103+
},
104+
},
92105
},
93106
components: {
94107
'la-gaufre': true,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)