How to add custom fonts into Dubsado

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 7

  • @sheritabagby4855
    @sheritabagby4855 2 ปีที่แล้ว

    Awesome Vid, thank you!!

  • @isntlifebetter
    @isntlifebetter ปีที่แล้ว

    How are you uploading the woff file without the error message???

  • @sarahworboyes
    @sarahworboyes  3 ปีที่แล้ว +1

    Here is the CSS code
    @font-face {
    font-family: 'YOUR FONT HERE';
    src: url(YOUR FONT URL') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }
    .jb-form h1 {
    font-family: 'YOUR FONT HERE';
    }
    .jb-form h2 {
    font-family: 'YOURFONT HERE';
    text-transform:uppercase;
    }
    .jb-form h3 {
    font-family: 'YOUR FONT HERE';
    color: YOUR HEX CODE HERE;
    }

  • @NurtureYourBody
    @NurtureYourBody 2 ปีที่แล้ว

    Hi Sarah, I am unable to add the woff2 file to wordpress (the error message says I'm not allowed to upload that type of file). Is there another way to get a URL for the fonts?

    • @isntlifebetter
      @isntlifebetter ปีที่แล้ว

      same issue

    • @isntlifebetter
      @isntlifebetter ปีที่แล้ว

      Hey hey so I found the answer. You have to upload a plugin called WP Extra File Types. Once installed go to settings and click Extra File types. Then you will click the file type and click save. I had to manually add woff2 even though it was there for some reason. But it worked.