fonts use fonts.ob248.com

This commit is contained in:
2026-02-04 15:56:38 +00:00
parent 35c830632d
commit b485f24e48
6 changed files with 22 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "Basteleur"; font-family: "Basteleur";
src: src:
url("/fonts/Basteleur-Bold.woff2") format("woff2"), url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff2") format("woff2"),
url("/fonts/Basteleur-Bold.woff") format("woff"); url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff") format("woff");
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
@@ -11,8 +11,8 @@
@font-face { @font-face {
font-family: "Basteleur"; font-family: "Basteleur";
src: src:
url("/fonts/Basteleur-Moonlight.woff2") format("woff2"), url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff2") format("woff2"),
url("/fonts/Basteleur-Moonlight.woff") format("woff"); url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff") format("woff");
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;

View File

@@ -1,13 +1,15 @@
@font-face { @font-face {
font-family: "Berkeley Mono"; font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Regular.ttf") format("truetype"); src: url("https://fonts.ob248.com/fonts/BerkeleyMono-Regular.ttf")
format("truetype");
font-weight: 200 700; font-weight: 200 700;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
font-family: "Berkeley Mono"; font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Italic.ttf") format("truetype"); src: url("https://fonts.ob248.com/fonts/BerkeleyMono-Italic.ttf")
format("truetype");
font-weight: 200 700; font-weight: 200 700;
font-style: italic; font-style: italic;
font-display: swap; font-display: swap;

View File

@@ -1,6 +1,7 @@
@font-face { @font-face {
font-family: "Commit Mono"; font-family: "Commit Mono";
src: url("/fonts/CommitMono-Variable.woff2") format("woff2"); src: url("https://fonts.ob248.com/fonts/CommitMono-Variable.woff2")
format("woff2");
font-weight: 200 700; font-weight: 200 700;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
@@ -8,7 +9,8 @@
@font-face { @font-face {
font-family: "Commit Mono"; font-family: "Commit Mono";
src: url("/fonts/CommitMono-Variable.woff2") format("woff2"); src: url("https://fonts.ob248.com/fonts/CommitMono-Variable.woff2")
format("woff2");
font-weight: 200 700; font-weight: 200 700;
font-style: italic; font-style: italic;
font-display: swap; font-display: swap;

View File

@@ -1,8 +1,10 @@
@font-face { @font-face {
font-family: "Martian Grotesk"; font-family: "Martian Grotesk";
src: src:
url("/fonts/MartianGrotesk-VFVF.woff2") format("woff2"), url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.woff2")
url("/fonts/MartianGrotesk-VFVF.ttf") format("truetype"); format("woff2"),
url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.ttf")
format("truetype");
font-weight: 100 950; font-weight: 100 950;
font-stretch: 75% 200%; font-stretch: 75% 200%;
font-style: normal; font-style: normal;

View File

@@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "Martian Mono"; font-family: "Martian Mono";
src: src:
url("/fonts/MartianMonoVF.woff2") format("woff2"), url("https://fonts.ob248.com/fonts/MartianMonoVF.woff2") format("woff2"),
url("/fonts/MartianMonoVF.ttf") format("truetype"); url("https://fonts.ob248.com/fonts/MartianMonoVF.ttf") format("truetype");
font-weight: 100 800; font-weight: 100 800;
font-stretch: 70% 137.5%; font-stretch: 70% 137.5%;
font-style: normal; font-style: normal;

View File

@@ -1,6 +1,7 @@
@font-face { @font-face {
font-family: "Sorts Mill Goudy"; font-family: "Sorts Mill Goudy";
src: url("/fonts/SortsMillGoudy-Regular.woff") format("woff"); src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Regular.woff")
format("woff");
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
@@ -8,7 +9,8 @@
@font-face { @font-face {
font-family: "Sorts Mill Goudy"; font-family: "Sorts Mill Goudy";
src: url("/fonts/SortsMillGoudy-Italic.woff") format("woff"); src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Italic.woff")
format("woff");
font-weight: 400; font-weight: 400;
font-style: italic; font-style: italic;
font-display: swap; font-display: swap;