Skip to content

tetianastepova/font-optimization-hometask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Font Optimization hometask

Task description

Main goal of the task is to load and use fonts in an optimized way.

Evaluation criteria

For every day of lateness there is a penalty in 0.5 point. Maximum 10 points.

  1. Import both roboto and raleway fonts properly using the most optimal font format (woff, woff2) [2 points]
  2. Use Roboto for all paragraph texts and Raleway for all headers [1 point]
  3. Ensure that fonts are properly preloaded with crossorgin property set properly [2 points]
  4. Use proper font-face declaration with the appropriate unicode range, setting a correct font stack starting with local() [3 points]
  5. Make sure that fonts are displayed with the FOUT strategy [2 points]

About

Part of web optimization mentoring program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages