HOW TO IMPORT FONTS

You can import any font you like that exists in websites please take note all of the fonts displayed are most likely for personal use and can't be used commercially unless you have paid the font maker themselves

  1. how to use it in pro standard?
    first make an embed and add the <style> </style> as this is a css code. 
    next insert the font style code below between the style tags.
    lastly, insert the font-family code to an element id.
    
    `@font-face {
    font-family:'kosmos';
    src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
    }
    
    `#text01 {
    font-family:'kosmos';
    }
    
  2. how to use it in pro plus?
    1
    2
    3
    4
    5
    first make an embed and add the <style> </style> as this is a css code. 
    next insert the font style code below between the style tags.
    next, copy the font-family code then go to settings and paste it in the text area.
    
    font-family:'kosmos';
    

go back to mist.drr.ac

Edit
Pub: 05 Sep 2022 14:59 UTC
Views: 2845