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:
parent
7090d93fcd
commit
e8b86f3479
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue