bp.
0
Q:

how to use multiple custom fonts in css

@font-face {
    font-family: CustomFont;
    src: url('CustomFont.ttf');
}

@font-face {
    font-family: CustomFont2;
    src: url('CustomFont2.ttf');
}
4

New to Communities?

Join the community