Specifies font to use for fab class

This commit is contained in:
Alejandro Angulo 2023-08-26 08:09:48 -07:00
parent 3f61219b72
commit 9fccc2f72e
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -8,6 +8,7 @@ body {
}
.fab {
font-family: "Font Awesome 6 Brands";
font-size: 20px;
}