谷歌字体处理

This commit is contained in:
tangly
2022-10-19 15:30:57 +08:00
parent df64a7ca2e
commit 4f52d6133c

View File

@@ -24,6 +24,10 @@ body::-webkit-scrollbar-thumb {
background: rgba(45, 170, 219, 0.3);
}
.font-custom {
font-family: theme(fontFamily.custom)
}
.wrapper {
min-height: 100vh;
display: flex;