How to add custom fonts to Laravel script of Xgenious cms

Custom fonts to laravel script
Post:
Robin
Category:

All of our xgenious Php Laravel Script Comes with support of google fonts by default. you can set any google front from our cms like Nexelit, Fundorex, Qixer etc from admin panel “General settings > typography settings”.

In this article i am going to guide you how you can add your own custom fonts support to the script.

Step 01:

convert your font to webfont Front transfonter.org website simply upload your font and generate webfont from it.

Step 02:

after convert font to webfont you will see option to download the script or preview it, download the file and click preview you will see the have provide you code to add use this fronts. we need this code to add this fonts support in your scripts

image
image 2

Step 03:

now you have to upload the downloaded font file to server in “@core>assets/frontend/css/fronts” folder

image 3
upload fonts to this folder

Step 04:

now you have to link this fonts with the script go to “@core>resources>views>frontend>partials>header.blade.php”

add the link code you have got in the preview of transfonter.org website.

image 4

you have to edit this code a bit as like below

image 5

Step 05:

now you have to set your website font family with the custom font, you will your font family name in preview of transfonter.org website

image 6

to add this font-family support go to “@core/resources/views/frontend/partials/root-style.blade.php

add your font family name here as like below

image 7

that’s it, your custom fonts support now added in the script. if you face any issue you can open a support ticket

You May Also Like

Let’s Build Together