I downloaded the tutor-contrib-branding
plugin.
Then I added the following to config.yml
:
BRANDING_FONTS_URLS:
- https://fonts.google.com/download?family=Roboto%20Flex
BRANDING_FONTS: >-
@font-face {
font-family: 'Roboto Flex';
src: url('RobotoFlex-VF.woff2') format('woff2 supports variations'),
url('RobotoFlex-VF.woff2') format('woff2-variations');
}
BRANDING_FONT_FAMILY: Roboto Flex
But the font only changed on pages where MFE is not used. What is the reason?