This commit is contained in:
parent
0ae7d8dac4
commit
02e92a3049
|
@ -18,6 +18,12 @@ body {
|
||||||
background-color: #f5fffa;
|
background-color: #f5fffa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img,
|
||||||
|
video {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Source Code Pro";
|
font-family: "Source Code Pro";
|
||||||
src: url(/fonts/SourceCodePro-Regular.otf.woff2) format("woff2");
|
src: url(/fonts/SourceCodePro-Regular.otf.woff2) format("woff2");
|
||||||
|
@ -25,7 +31,7 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Inter";
|
font-family: "Inter";
|
||||||
src: url(/fonts/Inter-Regular.otf.woff2) format("woff2");
|
src: url(/fonts/Inter-Regular.woff2) format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user