SP Page Builder: How To Get My Own Fonts On The List? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

SP Page Builder: How To Get My Own Fonts On The List?

H

Hannes Dämon

SP Page Builder 3 years ago

Within the "typography settings" the list of fonts shows the "system fonts". I dont´t use Google fonts from google server, but want to use local fonts files, wich are stored on my server.

How to get my personal fonts to the list in SP Page Builder > Typography Settings > Fonts and anywhere else I need to choose my fonts...

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #93992

It's still easy to use.

In custom CSS you can define font for each HTML tag, for example

p {font-family:  FontNAME1, Arial;}

h1 {font-family:  FontNAME2, Arial;}

this same you can do for CSS classes or even define your own custom class names.

So you don't have to edit anything in text area. Make your life easier, not harder.

If you like php coding, you can customize SPPB code or use above tip and wait for offcial feature.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #93960

Hi Hannes,

In this way you cannot, you have to use custom CSS to load and use those fonts.

If you are "old school skilled" webmaster, it's quite easy process.

Here are example video clips:

0
H
Hannes Dämon
Accepted Answer
3 years ago #93981

Oh, thats not the question ... I´ve already implemented the fonts and of course I can design text with this fonts via custum.css.

But what about SP Page Builder? If I want to style a block element (lets say the title addon) in the WYSIWYG-Editor for SP Page Builder I can´t assign this title with one of my own fonts, because the list of SP Page Builder only shows "System fonts" like Georgia, Times, ...

How can I "teach" SP Page Builder to expand the list to other items like my own fonts?

0
H
Hannes Dämon
Accepted Answer
3 years ago #94000

Ok - I understand - there is no option out of the box within Sp Page Builder to expand the font-list.

So lets go to some css coding on some specific tags for special design effects within the project.

Thanks!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #94055

We are planning to help users about that soon. We both have to wait for update with that feature.

0