mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
fonts use fonts.ob248.com
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "Basteleur";
|
||||
src:
|
||||
url("/fonts/Basteleur-Bold.woff2") format("woff2"),
|
||||
url("/fonts/Basteleur-Bold.woff") format("woff");
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -11,8 +11,8 @@
|
||||
@font-face {
|
||||
font-family: "Basteleur";
|
||||
src:
|
||||
url("/fonts/Basteleur-Moonlight.woff2") format("woff2"),
|
||||
url("/fonts/Basteleur-Moonlight.woff") format("woff");
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
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-style: italic;
|
||||
font-display: swap;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
@@ -8,7 +9,8 @@
|
||||
|
||||
@font-face {
|
||||
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-style: italic;
|
||||
font-display: swap;
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@font-face {
|
||||
font-family: "Martian Grotesk";
|
||||
src:
|
||||
url("/fonts/MartianGrotesk-VFVF.woff2") format("woff2"),
|
||||
url("/fonts/MartianGrotesk-VFVF.ttf") format("truetype");
|
||||
url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.woff2")
|
||||
format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.ttf")
|
||||
format("truetype");
|
||||
font-weight: 100 950;
|
||||
font-stretch: 75% 200%;
|
||||
font-style: normal;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "Martian Mono";
|
||||
src:
|
||||
url("/fonts/MartianMonoVF.woff2") format("woff2"),
|
||||
url("/fonts/MartianMonoVF.ttf") format("truetype");
|
||||
url("https://fonts.ob248.com/fonts/MartianMonoVF.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/MartianMonoVF.ttf") format("truetype");
|
||||
font-weight: 100 800;
|
||||
font-stretch: 70% 137.5%;
|
||||
font-style: normal;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
@@ -8,7 +9,8 @@
|
||||
|
||||
@font-face {
|
||||
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-style: italic;
|
||||
font-display: swap;
|
||||
|
||||
Reference in New Issue
Block a user