8 lines
274 B
CSS
8 lines
274 B
CSS
|
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
|
||
|
|
||
|
html, body {
|
||
|
font-family: "Rubik", sans-serif;
|
||
|
font-optical-sizing: auto;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|