Answers for "Custom Font Laravel"

0

Custom Font Laravel

@font-face {
        src: url('/../fonts/custom-font.woff');
        font-family: "custom-font";
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: "custom-font";
}
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language