📜  自定义字体 Laravel - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:44.306000             🧑  作者: Mango

代码示例1
@font-face {
        src: url('/../fonts/custom-font.woff');
        font-family: "custom-font";
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: "custom-font";
}