An open API service indexing awesome lists of open source software.

https://github.com/flaribbit/lyrics

收集了一些我喜欢的歌曲的歌词
https://github.com/flaribbit/lyrics

Last synced: 3 months ago
JSON representation

收集了一些我喜欢的歌曲的歌词

Awesome Lists containing this project

README

        

收集了一些我喜欢的歌曲的歌词

在线阅读:https://flaribbit.github.io/lyrics/web/viewer.html?file=lyrics.pdf

如果你使用 [Overleaf](https://www.overleaf.com/) 在线编辑,他没有预装以下两个字体会导致报错

```tex
\setCJKmainfont{Source Han Serif}
```

请改为

```tex
\setCJKmainfont{Noto Serif CJK JP}
```