empower-engineering-website/assets/css/style.css

8 lines
274 B
CSS
Raw Normal View History

2024-03-02 07:45:46 +07:00
@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;
}