1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-30 12:55:14 +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> <body>
<style> <style>
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
html { html {
background-color: #1D2021; background-color: #1D2021;
font-family: 'Bai Jamjuree', sans-serif;
} }
</style> </style>
@ -65,4 +68,4 @@
</div> </div>
</body> </body>
</html> </html>