@font-face { font-family: 'Overpass'; src: url('@/assets/Overpass/Overpass-VariableFont_wght.ttf'); } // 100 – Thin. // 200 – Extra Light (Ultra Light) // 300 – Light. // 400 – Normal. // 500 – Medium. // 600 – Semi Bold (Demi Bold) // 700 – Bold. // 800 – Extra Bold (Ultra Bold) @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Black.ttf '); font-weight: 800; } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-BlackItalic.ttf '); font-weight: 800; font-style: italic } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Bold.ttf '); font-weight: 700; } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-BoldItalic.ttf '); font-weight: 700; font-style: italic } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Regular.ttf '); } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Italic.ttf '); font-style: italic } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Medium.ttf '); font-weight: 500; } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-MediumItalic.ttf '); font-weight: 500; font-style: italic } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Light.ttf '); font-weight: 300; } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-LightItalic.ttf '); font-weight: 300; font-style: italic } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-Thin.ttf '); font-weight: 100; } @font-face { font-family: 'Roboto'; src: url('@/assets/Roboto/Roboto-ThinItalic.ttf '); font-weight: 100; font-style: italic }