diff --git a/fonts/Marsey-Regular.otf b/fonts/Marsey-Regular.otf new file mode 100644 index 0000000..9cd9862 Binary files /dev/null and b/fonts/Marsey-Regular.otf differ diff --git a/fonts/Marsey-Regular.ttf b/fonts/Marsey-Regular.ttf new file mode 100644 index 0000000..1b73ac0 Binary files /dev/null and b/fonts/Marsey-Regular.ttf differ diff --git a/fonts/Marsey-Regular.woff b/fonts/Marsey-Regular.woff new file mode 100644 index 0000000..0b46958 Binary files /dev/null and b/fonts/Marsey-Regular.woff differ diff --git a/fonts/Marsey-Regular.woff2 b/fonts/Marsey-Regular.woff2 new file mode 100644 index 0000000..1823b6c Binary files /dev/null and b/fonts/Marsey-Regular.woff2 differ diff --git a/fonts/demo.html b/fonts/demo.html new file mode 100644 index 0000000..657185b --- /dev/null +++ b/fonts/demo.html @@ -0,0 +1,192 @@ + + + + + + + + + Transfonter demo + + + + +
+
+

Marsey Regular

+
.your-style {
+    font-family: 'Marsey';
+    font-weight: normal;
+    font-style: normal;
+}
+
+<link rel="preload" href="Marsey-Regular.woff2" as="font" type="font/woff2" crossorigin>
+
+

+ abcdefghijklmnopqrstuvwxyz
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ 0123456789.:,;()*!?'@#<>$%&^+-=~ +

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+
+
+ +
+ + diff --git a/fonts/stylesheet.css b/fonts/stylesheet.css new file mode 100644 index 0000000..658afcd --- /dev/null +++ b/fonts/stylesheet.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'Marsey'; + src: url('Marsey-Regular.woff2') format('woff2'), + url('Marsey-Regular.woff') format('woff'), + url('Marsey-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +