Commit d71b4d9f by 王东红

fix

parent fa13173a
......@@ -36,6 +36,8 @@
display: inline-block;
color: #222222;
margin-top: 5px;
font-family: Outfit-Regular;
font-size: 14px;
}
@font-face {
font-family: 'Outfit-Regular';
src: url('../fonts/Outfit-Regular.ttf');
font-weight: normal;
font-style: normal;
}
\ No newline at end of file
.lib-font-face(
@family-name: 'Outfit-Regular',
@font-path: '@{baseDir}fonts/Outfit-Regular',
@font-weight: normal,
@font-style: normal
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment