CDP Frontend SDK
    Preparing search index...

    Variable fontConst

    font: {
        family: {
            sans: {
                value: "\"DM Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
            };
        };
        size: { base: { value: 16 } };
    } = ...

    All the font tokens.

    Type declaration

    • Readonlyfamily: {
          sans: {
              value: "\"DM Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
          };
      }
    • Readonlysize: { base: { value: 16 } }