change adress-row font to MD UI
This commit is contained in:
+5
-1
@@ -20,6 +20,10 @@ h1 {
|
|||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.address-row, .address-row span {
|
||||||
|
font-family: "MD IO"
|
||||||
|
}
|
||||||
|
|
||||||
/* Remove bold style */
|
/* Remove bold style */
|
||||||
.address-row span, .footer section small span, .footer section small b {
|
.address-row span, .footer section small span, .footer section small b {
|
||||||
font-weight: normal !important; /* or font-weight: 400; */
|
font-weight: normal !important; /* or font-weight: 400; */
|
||||||
@@ -49,6 +53,6 @@ h1 {
|
|||||||
.folding-mark {
|
.folding-mark {
|
||||||
width: 0.2rem;
|
width: 0.2rem;
|
||||||
height: 0.2rem;
|
height: 0.2rem;
|
||||||
border-radius: 2rem;
|
border-radius: 1rem;
|
||||||
background-color: #ff8c00;
|
background-color: #ff8c00;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user