Font size limit to 8 in usefull markdown

Hi ! I try to increase the font size in the markdown but I can’t go bigger Thant 8px do you know why ?

this is my code :

            - type: custom:card-modder
              style:
                border-radius: 5px
                text-align: center
                border: 'solid 3px rgba(255,255,255,1)'
                box-shadow: '3px 3px rgba(0,0,0,0.4)'
                --primary-color: "#FFFFFF" 

              card:
                type: custom:useful-markdown-card
                content: |
                 
                 <font size=8px><center>[[ sensor.time.state ]]</font></center>
                 ***
                 <font size=4px><center> Déplacement vers Medial : <br>[[ sensor.waze_travel_time.state ]] Minutes</font>
                 <br><br><br><br>

Bonus question : I would like the be redirected to another view when I click on it

Thank you

you have to use Markdown with markdown. Check below,

Sorry I sure miss something I read it like 3 time but can’t find it how to do it …

biggest font needs # and so on next biggest is ## and so on and so forth…
**this gets bold** ~~this gets italics~~ and so on and so forth. ```###### this would be tiny~~~

try it out here
https://stackedit.io/app#

I knew that … but I need bigger than a simple ‘#’

1 Like

KI use the card modder and iti is working:

style:
  background-color: 'rgba(0,0,0,0)'
  box-shadow: 'rgba(0,0,0,0)'
  font-size: 16px

It worked thank you ! but it scraped the layout … the text aper too hight and the are some padding that make the tile huge … I will keep it like it was…