+4
-4
@@ -2,28 +2,28 @@
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('fonts/Inter-Regular.ttf') format('truetype');
|
||||
src: url('../fonts/Inter-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('fonts/Inter-Medium.ttf') format('truetype');
|
||||
src: url('../fonts/Inter-Medium.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('fonts/Inter-Bold.ttf') format('truetype');
|
||||
src: url('../fonts/Inter-Bold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url('fonts/Inter-ExtraBold.ttf') format('truetype');
|
||||
src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user