- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for woff2 (0.04 seconds)
-
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;Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 08 07:57:03 GMT 2022 - 1.1K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/filter/LoadControlFilter.java
private static final int RETRY_AFTER_SECONDS = 60; private static final Set<String> STATIC_EXTENSIONS = Arrays.stream(new String[] { ".css", ".js", ".png", ".jpg", ".gif", ".ico", ".svg", ".woff", ".woff2", ".ttf", ".eot" }) .collect(Collectors.toSet()); /** * Creates a new instance of LoadControlFilter. */ public LoadControlFilter() { // Default constructor }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 4.8K bytes - Click Count (0)