This commit is contained in:
1776123 2020-07-05 16:27:03 -04:00
parent 4a55881a41
commit ab0707bdb2

View File

@ -24,7 +24,10 @@
font-family: Poppins-SemiBold; font-family: Poppins-SemiBold;
src: url('../fonts/poppins/Poppins-SemiBold.ttf'); src: url('../fonts/poppins/Poppins-SemiBold.ttf');
} }
@font-face {
font-family: GlacialIndifferenceRegular;
src: url('https://fontlibrary.org/face/glacial-indifference');
}
/*////////////////////////////////////////////////////////////////// /*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/ [ RESTYLE TAG ]*/
@ -241,7 +244,7 @@ background-image: url('./css/res/inverse_branch.svg');
.login100-form-title { .login100-form-title {
display: block; display: block;
width: 100%; width: 100%;
font-family: Poppins-Bold; font-family: GlacialIndifferenceRegular;
font-size: 39px; font-size: 39px;
color: #fff; color: #fff;
line-height: 1.2; line-height: 1.2;