Newer
Older
fonts / extension / _social.scss
@TLCD96 TLCD96 on 17 May 2024 3 KB release 2.3

[href*="pinterest.com"],
[href*="pinterest.pt"],
.social-links ul li [href*="pinterest.com"],
.social-links ul li [href*="pinterest.pt"] {
	&:before {
		content: $tlcd96-fonts-pinterest !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="bitbucket.com"],
.social-links ul li [href*="bitbucket.com"] {
	&:before {
		content: $tlcd96-fonts-social-bitbucket !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="crowdin.com"],
.social-links ul li [href*="crowdin.com"] {
	&:before {
		content: $tlcd96-fonts-social-crowdin !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="discord.com"],
[href*="discord.gg"],
.social-links ul li [href*="discord.com"],
.social-links ul li [href*="discord.gg"] {
	&:before {
		content: $tlcd96-fonts-social-discord !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="facebook.com"],
.social-links ul li [href*="facebook.com"] {
	&:before {
		content: $tlcd96-fonts-social-facebook !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="gitbucket.com"],
.social-links ul li [href*="gitbucket.com"] {
	&:before {
		content: $tlcd96-fonts-social-gitbucket !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="gravatar.com"],
.social-links ul li [href*="gravatar.com"] {
	&:before {
		content: $tlcd96-fonts-social-gravatar !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="github.com"],
.social-links ul li [href*="github.com"] {
	&:before {
		content: $tlcd96-fonts-social-github !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="instagram.com"],
.social-links ul li [href*="instagram.com"] {
	&:before {
		content: $tlcd96-fonts-social-instagram !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="linkedin.com"],
.social-links ul li [href*="linkedin.com"] {
	&:before {
		content: $tlcd96-fonts-social-linkedin !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="oneux.com"],
.social-links ul li [href*="oneux.com"] {
	&:before {
		content: $tlcd96-fonts-social-oneux !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="pinterest.com"],
.social-links ul li [href*="pinterest.com"] {
	&:before {
		content: $tlcd96-fonts-social-pinterest!important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="tinder.com"],
.social-links ul li [href*="tinder.com"] {
	&:before {
		content: $tlcd96-fonts-tinder !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="twitch.tv"],
.social-links ul li [href*="twitch.tv"] {
	&:before {
		content: $tlcd96-fonts-twitch !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="twitter.com"],
.social-links ul li [href*="twitter.com"] {
	&:before {
		content: $tlcd96-fonts-social-twitter !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}
[href*="www.youtube.com"],
.social-links ul li [href*="www.youtube.com"] {
	&:before {
		content: $tlcd96-fonts-social-youtube !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}

[href*="wordpress.com"],
[href*="wordpress.org"],
.social-links ul li [href*="wordpress.com"],
.social-links ul li [href*="wordpress.org"] {
	&:before {
		content: $tlcd96-fonts-wordpress !important;
		font-family: "#{$icomoon-font-family}" !important;
	}
}

[href*="www.x.com"],
[href*="https://x.com"],
.social-links ul li [href*="www.x.com"],
.social-links ul li [href*="https://x.com"]
{
	&:before {
		content: $tlcd96-fonts-social-x;
		font-family: "#{$icomoon-font-family}" !important;
	}
}