@font-face { font-family: 'Great Vibes'; src: url('.....'); }
@import '../../utils/transfonter.org-20240229-142749/stylesheet.wxss'; text{ font-family: 'Great Vibes'; font-size: 20px; }
只有一个字体文件 - 以GreatVibes为例
@font-face { font-family: 'Great_Vibes'; src: url(https://glpla.github.io/utils/font/Great_Vibes/GreatVibes-Regular.ttf); }
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: url(https://glpla.github.io/utils/font/Roboto/Roboto-Light.ttf); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url(https://glpla.github.io/utils/font/Roboto/Roboto-Regular.ttf); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 600; src: url(https://glpla.github.io/utils/font/Roboto/Roboto-Bold.ttf); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: url(https://glpla.github.io/utils/font/Roboto/Roboto-Italic.ttf); }