noi-techpark / webcomp-mobility-echarging-map

Web Component to show a map of E-Charging Stations in South Tyrol
https://webcomponents.opendatahub.com/webcomponent/98013c75-f27c-414e-aff9-c58ed760e791
GNU Affero General Public License v3.0
0 stars 3 forks source link

As a web developer, I want to configure the font of this web component easily with CSS #24

Open Piiit opened 4 years ago

Piiit commented 4 years ago

Currently a hack is needed:

<script>
  var map = document.querySelector('e-mobility-map-widget');
  var mapDom = map.shadowRoot;
  mapDom.getElementById('e_mobility_map').style.fontFamily = "monospace";
</script>

See https://www.greenmobility.bz.it/it/green-mobility/colonnine/ for an example

Piiit commented 4 years ago

@rcavaliere FYI