Applying CSS

0
I want to add font family especially futura book and other which is purchased by specific company and i have downloaded that documents particularly with extention .ttf now how can I use them in my app. where to save that documents so I can write that font family name in appearance. File is like this
asked
1 answers
1

Hi Srijan,

Do you know how to style the app with the sass files?
If not, i would recommend to follow the learning path for styling with CSS and Sass.

You can add fonts in your deployment folder.

  1. Go to your App and open the deployment folder.
  2. Make a folder called "Fonts” or something where you would like to place these fonts.
  3. Open your sass file/ variables and work with @font-face.
  4. Call your font in "font-family-base".

 

Example

answered