Adding a Custom Font in a Training material --- HTML page
Hello everyone,
I’m new in Docebo and I’m trying to customize a bit the training materials of my courses.
I would love to customize for example HTML pages but I’m facing with lots of issues.
First of all I want to change the font with a custom one. Reading in the community i’ve configured the custom style in the branding and look & feel, adding the right code for the font that I want to implement.
But it’s not clear to me how I can add that font in a training material- html page now.
It seems it doesn’t work.
Can somebody help me with this? I’m not an expert in html, but i’ll do my best :)
thank you
Giulia
Page 1 / 1
hard to say without seeing your HTML code...
@lrnlab here we go!
If you open the file with .html (sorry i couldn’t attach the .html file) it’s the result that I would like, I don’t know though how it should be in the html page conten (since I’ve added the Abel font in the css custom pages)
What font are you trying to use? Is a standard font or something you purchased? I can see on called “Abel” but am not familiar with that.
it’a a Google font.
In the CUSTOM STYLE i’ve added this, in order to add the font in the platform:
Not sure if this is the actual font but it looks good on my end
you might just want to add some spacing and margins to pull the text away from the sides..
thank you, how did you do the html coding?
Only another thing: I’ve tryed to underline the title, and change the color of the line with an orange one, but the html page doesn’t not accept it, it continue to change the color in total black.
Since I’ve found some articles talking about custom fonts (google fonts included) and i’ve added in the custom style as suggested, will be interesting anyway to understand how you can use the settings for adding the new custom font in the training materials
I just dropped your code in the widget as you sent it…
Typically underlining text is in the same colour as the font. Maybe try adding a border or horizontal line and try chain the collar of that instead.
I ran it though a code display tool and it looks like you have the right code...keep in mind that Docebo does not accept all HTML code so this is likely why it is not showing as you designed it. You might need to look at using something like a table and try colouring one the borders...Docebo likes tables.
Anyone else that knows how to add a custom font into a Training Material HTML?
I’ve found only the possibility to add to the entire platform the font but not to the html pages
thank you
The issue is that Docebo rips out the style tag so in order to use custom fonts you need to use the external CSS editor to apply them site wide or import the font and apply it where necessary (it’s a best practice to do your styling outside of the html as the platform doesn’t allow certain inline styles).
Here’s a guide on how to use custom fonts:
Thank you @pmo for the guide and the explanation.
I actually have already seen and set the custom font outside the html page, following the instruction of the guide you’ve shared with me.
I’m missing (and continue to don’t understand) the final passages.
Once I’ve added the custom font in the Configure Branding & Look here:
So once I’ve added the font, how can I show this font in the HTML Page? Because I still cannot see it.
And if in the HTML PAGE I just write in the coding the name of the font it doesn’t work.
In the guide you’ve shared with me, I see that they are talking about adding also this to change the font for the entire platform: