Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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";
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Custom #Font #Laravel
ADD COMMENT
Topic
Name
2+5 =