1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-28 03:45:10 +00:00

Set font (google temporarily)

This commit is contained in:
RGBCube 2023-11-22 15:21:07 +03:00
parent 7090d93fcd
commit e8b86f3479
No known key found for this signature in database

View file

@ -26,8 +26,11 @@
<body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
html {
background-color: #1D2021;
font-family: 'Bai Jamjuree', sans-serif;
}
</style>
@ -65,4 +68,4 @@
</div>
</body>
</html>
</html>