diff --git a/custom.css b/custom.css index f1a8bee..53b72dd 100644 --- a/custom.css +++ b/custom.css @@ -13,35 +13,24 @@ --accent-extralight: #FFE7CC; /* total background header */ } -/* Recolor headline, remove bold style, add more letter-spacing */ +/* Change font, recolor headline, remove bold style, add more letter-spacing */ h1 { + font-family: "Perfectly Nineties"; + font-size: 2.5rem; color: #ff4500; font-weight: 400; letter-spacing: 0.025em; } -/* Remove bold style, add more letter-spacing */ -.footer section small b { - font-weight: normal; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} - -/* Add more letter-spacing */ +/* Change font */ .footer section small i { - letter-spacing: 0.025em; + font-family: "MD UI"; } -/* Remove bold style, add more letter-spacing */ -.footer section small span { - font-weight: normal !important; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} - -/* Remove bold style, add more letter-spacing */ -.address-row span { - font-weight: normal !important; /* or font-weight: 400; */ - letter-spacing: 0.025em; -} +/* Remove bold style */ +.address-row span, .footer section small span, .footer section small b { + font-weight: normal !important; /* or font-weight: 400; */ +} /* Disable circled numbers, activate square punctuation and legible forms for MD UI */ .address, .info-table td, .main-table td, .total-table td {