处理谷歌自定义字体

This commit is contained in:
tangly
2022-10-19 15:30:14 +08:00
parent 153798aeb9
commit 77b619152e

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;