Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/08/20 in all areas

  1. .. and this is how it looks like (Baloo Font is used on the bottom):
    1 point
  2. To be honest, the Google Fonts almost drove me crazy. I managed to use the "Roboto" font on my UnimLabel components relatively easily, but it just didn't work for the "Baloo 2" font. After much trial and error I decided to use the following routine: procedure ForceLabelFont(var Unimlabel: tUnimLabel); begin Unimlabel.Caption := '<div style="font-family: '''+Unimlabel.Font.Name+''';">'+ Unimlabel.Caption+'</div>'; end; In the unit "Servermodule" I added within CustomCSS the following line: @import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&display=swap'); In case someone has the same problems, please try this solution. Best regards, Kattes
    1 point
×
×
  • Create New...