package com.airbnb.lottie;
import android.graphics.Typeface;
/* loaded from: classes.dex */
public class FontAssetDelegate {
public Typeface fetchFont(String str) {
return null;
}
public String getFontPath(String str) {