15 lines
No EOL
357 B
CSS
15 lines
No EOL
357 B
CSS
/* @font-face {
|
|
font-family: 'Font-Awesome';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/fa-brands-400.woff2') format('woff2');
|
|
font-display: swap;
|
|
} */
|
|
|
|
@font-face {
|
|
font-family: 'Font-Awesome-brands';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/font-awesome6-brands.otf') format('opentype');
|
|
font-display: swap;
|
|
} |