4,090
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* White background in body */ | /* White background in body */ | ||
@font-face { | |||
font-family: 'HALColant-TextRegular'; | |||
src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'), | |||
url('/fonts/HALColant-TextRegular.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
body { | body { | ||
font-family: 'HALColant-TextRegular', sans-serif; | |||
background-color: white; | background-color: white; | ||
transition: background-color 1s ease; | transition: background-color 1s ease; |