UNPKG
hsr-theme-tiddlywiki
Version:
latest (1.0.1)
1.0.1
1.0.0
Voici un bref aperçu du thème relatif au jeu de HoYoVerse.
hsr-theme-tiddlywiki
/
tiddlers
/
HSR Font Sans Serif.css
11 lines
(10 loc)
•
300 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
@font-face
{
font-family
:
'Honkai Star Rail'
;
src
:
url
(
'https://drive.google.com/uc?export=download&id=1CYzNNj44iu3MXEZV4wpnTWvKw41Rm4YK'
)
format
(
'truetype'
);
font-weight
: normal;
font-style
: normal;
font-display
: swap; }
body
{
font-family
:
'Honkai Star Rail'
, sans-serif; }