You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/views/css/font.css

6 lines
180 B

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
body, h1, h2, h3, h4, h5, h6, button {
font-family: 'Josefin Sans', sans-serif;
}