Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for woff2 (0.15 sec)

  1. docs/assets/css/app.css

        font-family: cash-market;
        src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Regular.woff2") format("woff2");
        font-weight: 400;
        font-style: normal
    }
    
    @font-face {
        font-family: cash-market;
        src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Medium.woff2") format("woff2");
        font-weight: 500;
        font-style: normal
    }
    
    @font-face {
        font-family: cash-market;
    CSS
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Feb 08 07:57:03 GMT 2022
    - 1.1K bytes
    - Viewed (4)
  2. 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