7 lines
207 B
CSS
7 lines
207 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
|
|
|
.font-inter {
|
|
font-family: "Inter", sans-serif;
|
|
font-optical-sizing: auto;
|
|
}
|