Which allows for efficient font reuse between pages?

    Which allows for efficient font reuse between pages?

    • The local() directive
    • The font matching algorithm
    • Revalidation token
    • WOFF2 fonts

    Correct answer is:

    • Revalidation token

    Explanation: Specify revalidation and optimal caching policies: fonts are static resources that are infrequently updated. Make sure that your servers provide a long-lived max-age timestamp and a revalidation token to allow for efficient font reuse between different pages.

    Read more here: https://support.google.com/partners/answer/7336691

    Comments are closed.