Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for woff2 (0.16 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a> declares this to be the correct
       * media type for SFNT, but {@link #WOFF2 application/font-woff2} may be necessary in certain
       * situations for compatibility.
       *
       * @since 30.0
       */
      public static final MediaType FONT_WOFF2 = createConstant(FONT_TYPE, "woff2");
    
      private final String type;
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top