mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-07-24 15:37:41 +00:00
Use vendored font
This commit is contained in:
parent
4050cf2196
commit
8aa15fc36d
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@
|
|||
|
||||
<body>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
|
||||
@font-face {
|
||||
font-family: "Bai Jamjuree";
|
||||
font-weight: 700;
|
||||
src: url(BaiJamjuree700.woff2) format(woff2);
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #1D2021;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue