mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
10 lines
177 B
CSS
10 lines
177 B
CSS
@font-face {
|
|
font-family: "seguiemj";
|
|
src: url("../fonts/seguiemj.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: "seguiemj", emoji;
|
|
} |