diff --git a/custom.css b/custom.css index 3f0ac24..684b0e4 100644 --- a/custom.css +++ b/custom.css @@ -20,6 +20,10 @@ h1 { letter-spacing: 0.025em; } +.address-row, .address-row span { + font-family: "MD IO" +} + /* Remove bold style */ .address-row span, .footer section small span, .footer section small b { font-weight: normal !important; /* or font-weight: 400; */ @@ -49,6 +53,6 @@ h1 { .folding-mark { width: 0.2rem; height: 0.2rem; - border-radius: 2rem; + border-radius: 1rem; background-color: #ff8c00; } \ No newline at end of file