import {loadFont} from "@remotion/google-fonts/MPLUSRounded1c"; const mPlusRounded = loadFont("normal", { weights: ["700"], }); export const roundedFontFamily = mPlusRounded.fontFamily;