changed main body fonts
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* #region Fonts */
|
/* #region Old Fonts */
|
||||||
/* Roboto Flex */
|
/* Roboto Flex */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto Flex";
|
font-family: "Roboto Flex";
|
||||||
@@ -43,7 +43,6 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IBM Plex Mono */
|
/* IBM Plex Mono */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IBM Plex Mono";
|
font-family: "IBM Plex Mono";
|
||||||
@@ -51,6 +50,85 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
|
/* #region New Fonts */
|
||||||
|
/* Bai Jamjuree. wght: 200-700 */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/extralight.ttf");
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/extralight-italic.ttf");
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/light.ttf");
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/light-italic.ttf");
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/regular.ttf");
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/italic.ttf");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/medium.ttf");
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/medium-italic.ttf");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/semibold.ttf");
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/semibold-italic.ttf");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/bold.ttf");
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Bai Jamjuree";
|
||||||
|
src: url("/fonts/bai-jamjuree/bold-italic.ttf");
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Kode Mono. wght: 400-700 */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Kode Mono";
|
||||||
|
src: url("/fonts/kode-mono/variable-wght.ttf");
|
||||||
|
font-weight: 400 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
/* #endregion */
|
||||||
|
|
||||||
:global {
|
:global {
|
||||||
:root {
|
:root {
|
||||||
@@ -75,8 +153,8 @@
|
|||||||
--color-link-hovered: #ffdad5;
|
--color-link-hovered: #ffdad5;
|
||||||
|
|
||||||
/* --font-title: 'Roboto Flex'; */
|
/* --font-title: 'Roboto Flex'; */
|
||||||
--font-sans-serif: 'Roboto Flex', 'Lato', sans-serif;
|
--font-sans-serif: 'Bai Jamjuree', sans-serif;
|
||||||
--font-mono: 'IBM Plex Mono', monospace;
|
--font-mono: 'Kode Mono', monospace;
|
||||||
--font-stylised: 'Space Mono', monospace;
|
--font-stylised: 'Space Mono', monospace;
|
||||||
|
|
||||||
--page-width: 1200px;
|
--page-width: 1200px;
|
||||||
|
|||||||
BIN
static/fonts/kode-mono/variable-wght.ttf
Normal file
BIN
static/fonts/kode-mono/variable-wght.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user