Answers for "use custom font"

PHP
0

import custom font

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
Posted by: Guest on December-28-2021
0

using custom fonts in php

@font-face {font-family: "My Custom Font"; src: url('../fonts/gurbaniwebthick.ttf') ;}
Posted by: Guest on January-21-2021

Browse Popular Code Answers by Language