mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 12:00:16 -04:00
font
This commit is contained in:
parent
4a55881a41
commit
ab0707bdb2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user