From 07068ab77da45e8b13e777b7030e6b564b1de90d Mon Sep 17 00:00:00 2001 From: DiegoJArg Date: Tue, 2 Apr 2024 11:24:55 +0200 Subject: [PATCH] font awesome icon --- in/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/in/index.html b/in/index.html index 147e76a..812c4ec 100644 --- a/in/index.html +++ b/in/index.html @@ -85,8 +85,11 @@ @font-face { font-family: 'Font_for_Brands'; src: url('fonts/fa-brands-400.woff2'); } i.brand { font-family: "Font_for_Brands"; color: inherit; font-weight: 400; font-style: normal; display: inline-block; line-height: 1; } i.linkedin:before{ content: "\f0e1"; } - i.whatsapp:before{ content: "\f232"; } i.github:before{ content: "\f092"; } + i.fontawesome:before{ content: "\e5ad"; } + i.whatsapp:before{ content: "\f232"; } + + section.swiper { width:100%; height: 90vh; background-color: transparent; } @media only screen and (max-width: 768px) { section.swiper { height: 60vh; } } @@ -191,10 +194,12 @@ + +