font css split
This commit is contained in:
parent
937badae29
commit
c5c4de1bbc
|
@ -0,0 +1,20 @@
|
|||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Regular.woff");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Medium.woff");
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Bold.woff");
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
@import url("./copyme.css");
|
||||
|
||||
@import url("./fonts.css");
|
||||
|
||||
html {
|
||||
min-height: 100vh;
|
||||
|
@ -13,27 +13,6 @@ body {
|
|||
linear-gradient(to bottom right, #2e3551, #0d747d);
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Regular.woff");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Medium.woff");
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
@font-face{
|
||||
font-family: inter;
|
||||
src: url("../fonts/inter/Inter-Bold.woff");
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue