i noticed when i activated mapbox api that the location font changed to system-ui rather than ubuntu which is the site font.
can i change this with css?
i noticed when i activated mapbox api that the location font changed to system-ui rather than ubuntu which is the site font.
can i change this with css?
Hi,
Unfortunately, this is a MapBox specificity, please use this CSS snippet:
.hp-field--location {
font-family: Ubuntu, sans-serif;
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.