Change font of all elements (Cookie Consent)

Add this code to the Custom CSS field on the Style tab of your Cookie Consent widget’s settings:

.eapp-cookie-consent-item-container{
    font-family: Calibri;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.