Can I use more fonts than the ones offered in the app?

Can I use more fonts than the ones offered in the app?

You, it requires a bit of basic knowledge of HTML and CSS; you can use any font available in Google Fonts, follow these steps:

1. Go to Google Fonts and select all the fonts that you want to use

2. Copy the <link href ... code

3. In Zumpul, edit the signature, change to HTML source and paste the <link href... code above everything

4. Go to Google Fonts and copy the 'font-family: ... ' CSS property

5. Get back to Zumpul and go to the HTML source, search the <div> or <p> where the text is located and add "style=font-family:....", the result should look something like this:

<link href="https://fonts.googleapis.com/css?family=Gaegu" rel="stylesheet" /><br />

&nbsp;

<div style="font-family: 'Gaegu', cursive;">${firstName} ${lastName} | Email: ${primaryEmail}<br />

${company}</div>

6. Save the changes


    • Related Articles

    • Can the users in my domain access to the Zumpul app?

      No, only the G Suite super admin who installed the app is able to login by default, or any collaborator that is intendedly added as a collaborator in the app, for more information on how to add signatures managers or collaborators ...
    • 102 - Install the app from G Suite Marketplace

      Search and install the application from the G Suite marketplace, make sure you follow this process with a G Suite SuperAdmin user ​
    • Why am I getting an Unauthorized page when installing the app?

      This is commonly because the API access is disabled in your G Suite domain, you'll need to enable it as Zumpul uses it to read your users and their profiles, for more information on how to enable it, you can watch this tutorial:  ...
    • 401 - Update a user’s profile: job title, department, etc

      You can use Zumpul to edit a person's profile, every change that you perform from Zumpul is synced to the Google Directory. This changes will reflect in the signature once you save and apply it. ​​
    • 3- Module: Working with templates

      You can create templates that are going to be the basis for the signatures that you create. This helps you to save time since when creating a new signature you don't need to start from scratch, you can use a template. Working with Templates 301 - ...