@obvia/fonts 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +123 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +123 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -15,7 +15,7 @@ declare module "@obvia/fonts" {
|
|
|
15
15
|
* - `800` - Black
|
|
16
16
|
* - `900` - Ultra Black
|
|
17
17
|
*/
|
|
18
|
-
export const
|
|
18
|
+
export const obviaSans: NextFontWithVariable
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -31,7 +31,7 @@ declare module "@obvia/fonts" {
|
|
|
31
31
|
* - `800` - Black
|
|
32
32
|
* - `900` - Ultra Black
|
|
33
33
|
*/
|
|
34
|
-
export const
|
|
34
|
+
export const obviaMono: NextFontWithVariable
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -39,7 +39,7 @@ declare module "@obvia/fonts" {
|
|
|
39
39
|
* **Weights**
|
|
40
40
|
* - `500` - Medium
|
|
41
41
|
*/
|
|
42
|
-
export const
|
|
42
|
+
export const obviaPixelSquare: NextFontWithVariable
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -47,7 +47,7 @@ declare module "@obvia/fonts" {
|
|
|
47
47
|
* **Weights**
|
|
48
48
|
* - `500` - Medium
|
|
49
49
|
*/
|
|
50
|
-
export const
|
|
50
|
+
export const obviaPixelGrid: NextFontWithVariable
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -55,7 +55,7 @@ declare module "@obvia/fonts" {
|
|
|
55
55
|
* **Weights**
|
|
56
56
|
* - `500` - Medium
|
|
57
57
|
*/
|
|
58
|
-
export const
|
|
58
|
+
export const obviaPixelCircle: NextFontWithVariable
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -63,7 +63,7 @@ declare module "@obvia/fonts" {
|
|
|
63
63
|
* **Weights**
|
|
64
64
|
* - `500` - Medium
|
|
65
65
|
*/
|
|
66
|
-
export const
|
|
66
|
+
export const obviaPixelTriangle: NextFontWithVariable
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -71,5 +71,5 @@ declare module "@obvia/fonts" {
|
|
|
71
71
|
* **Weights**
|
|
72
72
|
* - `500` - Medium
|
|
73
73
|
*/
|
|
74
|
-
export const
|
|
74
|
+
export const obviaPixelLine: NextFontWithVariable
|
|
75
75
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare module "@obvia/fonts" {
|
|
|
15
15
|
* - `800` - Black
|
|
16
16
|
* - `900` - Ultra Black
|
|
17
17
|
*/
|
|
18
|
-
export const
|
|
18
|
+
export const obviaSans: NextFontWithVariable
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -31,7 +31,7 @@ declare module "@obvia/fonts" {
|
|
|
31
31
|
* - `800` - Black
|
|
32
32
|
* - `900` - Ultra Black
|
|
33
33
|
*/
|
|
34
|
-
export const
|
|
34
|
+
export const obviaMono: NextFontWithVariable
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -39,7 +39,7 @@ declare module "@obvia/fonts" {
|
|
|
39
39
|
* **Weights**
|
|
40
40
|
* - `500` - Medium
|
|
41
41
|
*/
|
|
42
|
-
export const
|
|
42
|
+
export const obviaPixelSquare: NextFontWithVariable
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -47,7 +47,7 @@ declare module "@obvia/fonts" {
|
|
|
47
47
|
* **Weights**
|
|
48
48
|
* - `500` - Medium
|
|
49
49
|
*/
|
|
50
|
-
export const
|
|
50
|
+
export const obviaPixelGrid: NextFontWithVariable
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -55,7 +55,7 @@ declare module "@obvia/fonts" {
|
|
|
55
55
|
* **Weights**
|
|
56
56
|
* - `500` - Medium
|
|
57
57
|
*/
|
|
58
|
-
export const
|
|
58
|
+
export const obviaPixelCircle: NextFontWithVariable
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -63,7 +63,7 @@ declare module "@obvia/fonts" {
|
|
|
63
63
|
* **Weights**
|
|
64
64
|
* - `500` - Medium
|
|
65
65
|
*/
|
|
66
|
-
export const
|
|
66
|
+
export const obviaPixelTriangle: NextFontWithVariable
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
|
|
@@ -71,5 +71,5 @@ declare module "@obvia/fonts" {
|
|
|
71
71
|
* **Weights**
|
|
72
72
|
* - `500` - Medium
|
|
73
73
|
*/
|
|
74
|
-
export const
|
|
74
|
+
export const obviaPixelLine: NextFontWithVariable
|
|
75
75
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,124 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/index.ts
|
|
2
|
+
var _local = require('next/font/local'); var _local2 = _interopRequireDefault(_local);
|
|
3
|
+
var obviaSans = _local2.default.call(void 0, {
|
|
4
|
+
src: "./fonts/obvia-sans/Obvia-Variable.woff2",
|
|
5
|
+
variable: "--font-obvia-sans",
|
|
6
|
+
weight: "100 900"
|
|
7
|
+
});
|
|
8
|
+
var obviaMono = _local2.default.call(void 0, {
|
|
9
|
+
src: "./fonts/obvia-mono/ObviaMono-Variable.woff2",
|
|
10
|
+
variable: "--font-obvia-mono",
|
|
11
|
+
weight: "100 900",
|
|
12
|
+
fallback: [
|
|
13
|
+
"ui-monospace",
|
|
14
|
+
"SFMono-Regular",
|
|
15
|
+
"Roboto Mono",
|
|
16
|
+
"Menlo",
|
|
17
|
+
"Monaco",
|
|
18
|
+
"Liberation Mono",
|
|
19
|
+
"DejaVu Sans Mono",
|
|
20
|
+
"Courier New",
|
|
21
|
+
"monospace"
|
|
22
|
+
],
|
|
23
|
+
adjustFontFallback: false
|
|
24
|
+
});
|
|
25
|
+
var obviaPixelSquare = _local2.default.call(void 0, {
|
|
26
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Square.woff2",
|
|
27
|
+
variable: "--font-obvia-pixel-square",
|
|
28
|
+
weight: "500",
|
|
29
|
+
fallback: [
|
|
30
|
+
"Obvia Mono",
|
|
31
|
+
"ui-monospace",
|
|
32
|
+
"SFMono-Regular",
|
|
33
|
+
"Roboto Mono",
|
|
34
|
+
"Menlo",
|
|
35
|
+
"Monaco",
|
|
36
|
+
"Liberation Mono",
|
|
37
|
+
"DejaVu Sans Mono",
|
|
38
|
+
"Courier New",
|
|
39
|
+
"monospace"
|
|
40
|
+
],
|
|
41
|
+
adjustFontFallback: false
|
|
42
|
+
});
|
|
43
|
+
var obviaPixelGrid = _local2.default.call(void 0, {
|
|
44
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Grid.woff2",
|
|
45
|
+
variable: "--font-obvia-pixel-grid",
|
|
46
|
+
weight: "500",
|
|
47
|
+
fallback: [
|
|
48
|
+
"Obvia Mono",
|
|
49
|
+
"ui-monospace",
|
|
50
|
+
"SFMono-Regular",
|
|
51
|
+
"Roboto Mono",
|
|
52
|
+
"Menlo",
|
|
53
|
+
"Monaco",
|
|
54
|
+
"Liberation Mono",
|
|
55
|
+
"DejaVu Sans Mono",
|
|
56
|
+
"Courier New",
|
|
57
|
+
"monospace"
|
|
58
|
+
],
|
|
59
|
+
adjustFontFallback: false
|
|
60
|
+
});
|
|
61
|
+
var obviaPixelCircle = _local2.default.call(void 0, {
|
|
62
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Circle.woff2",
|
|
63
|
+
variable: "--font-obvia-pixel-circle",
|
|
64
|
+
weight: "500",
|
|
65
|
+
fallback: [
|
|
66
|
+
"Obvia Mono",
|
|
67
|
+
"ui-monospace",
|
|
68
|
+
"SFMono-Regular",
|
|
69
|
+
"Roboto Mono",
|
|
70
|
+
"Menlo",
|
|
71
|
+
"Monaco",
|
|
72
|
+
"Liberation Mono",
|
|
73
|
+
"DejaVu Sans Mono",
|
|
74
|
+
"Courier New",
|
|
75
|
+
"monospace"
|
|
76
|
+
],
|
|
77
|
+
adjustFontFallback: false
|
|
78
|
+
});
|
|
79
|
+
var obviaPixelTriangle = _local2.default.call(void 0, {
|
|
80
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Triangle.woff2",
|
|
81
|
+
variable: "--font-obvia-pixel-triangle",
|
|
82
|
+
weight: "500",
|
|
83
|
+
fallback: [
|
|
84
|
+
"Obvia Mono",
|
|
85
|
+
"ui-monospace",
|
|
86
|
+
"SFMono-Regular",
|
|
87
|
+
"Roboto Mono",
|
|
88
|
+
"Menlo",
|
|
89
|
+
"Monaco",
|
|
90
|
+
"Liberation Mono",
|
|
91
|
+
"DejaVu Sans Mono",
|
|
92
|
+
"Courier New",
|
|
93
|
+
"monospace"
|
|
94
|
+
],
|
|
95
|
+
adjustFontFallback: false
|
|
96
|
+
});
|
|
97
|
+
var obviaPixelLine = _local2.default.call(void 0, {
|
|
98
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Line.woff2",
|
|
99
|
+
variable: "--font-obvia-pixel-line",
|
|
100
|
+
weight: "500",
|
|
101
|
+
fallback: [
|
|
102
|
+
"Obvia Mono",
|
|
103
|
+
"ui-monospace",
|
|
104
|
+
"SFMono-Regular",
|
|
105
|
+
"Roboto Mono",
|
|
106
|
+
"Menlo",
|
|
107
|
+
"Monaco",
|
|
108
|
+
"Liberation Mono",
|
|
109
|
+
"DejaVu Sans Mono",
|
|
110
|
+
"Courier New",
|
|
111
|
+
"monospace"
|
|
112
|
+
],
|
|
113
|
+
adjustFontFallback: false
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
exports.obviaMono = obviaMono; exports.obviaPixelCircle = obviaPixelCircle; exports.obviaPixelGrid = obviaPixelGrid; exports.obviaPixelLine = obviaPixelLine; exports.obviaPixelSquare = obviaPixelSquare; exports.obviaPixelTriangle = obviaPixelTriangle; exports.obviaSans = obviaSans;
|
|
2
124
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["d:\\Projects\\Obvia\\Repository\\fonts\\packages\\fonts\\dist\\index.js"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"sources":["d:\\Projects\\Obvia\\Repository\\fonts\\packages\\fonts\\dist\\index.js"],"names":[],"mappings":"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","file":"D:\\Projects\\Obvia\\Repository\\fonts\\packages\\fonts\\dist\\index.js","sourcesContent":[null]}
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,124 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
import localFont from "next/font/local";
|
|
3
|
+
var obviaSans = localFont({
|
|
4
|
+
src: "./fonts/obvia-sans/Obvia-Variable.woff2",
|
|
5
|
+
variable: "--font-obvia-sans",
|
|
6
|
+
weight: "100 900"
|
|
7
|
+
});
|
|
8
|
+
var obviaMono = localFont({
|
|
9
|
+
src: "./fonts/obvia-mono/ObviaMono-Variable.woff2",
|
|
10
|
+
variable: "--font-obvia-mono",
|
|
11
|
+
weight: "100 900",
|
|
12
|
+
fallback: [
|
|
13
|
+
"ui-monospace",
|
|
14
|
+
"SFMono-Regular",
|
|
15
|
+
"Roboto Mono",
|
|
16
|
+
"Menlo",
|
|
17
|
+
"Monaco",
|
|
18
|
+
"Liberation Mono",
|
|
19
|
+
"DejaVu Sans Mono",
|
|
20
|
+
"Courier New",
|
|
21
|
+
"monospace"
|
|
22
|
+
],
|
|
23
|
+
adjustFontFallback: false
|
|
24
|
+
});
|
|
25
|
+
var obviaPixelSquare = localFont({
|
|
26
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Square.woff2",
|
|
27
|
+
variable: "--font-obvia-pixel-square",
|
|
28
|
+
weight: "500",
|
|
29
|
+
fallback: [
|
|
30
|
+
"Obvia Mono",
|
|
31
|
+
"ui-monospace",
|
|
32
|
+
"SFMono-Regular",
|
|
33
|
+
"Roboto Mono",
|
|
34
|
+
"Menlo",
|
|
35
|
+
"Monaco",
|
|
36
|
+
"Liberation Mono",
|
|
37
|
+
"DejaVu Sans Mono",
|
|
38
|
+
"Courier New",
|
|
39
|
+
"monospace"
|
|
40
|
+
],
|
|
41
|
+
adjustFontFallback: false
|
|
42
|
+
});
|
|
43
|
+
var obviaPixelGrid = localFont({
|
|
44
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Grid.woff2",
|
|
45
|
+
variable: "--font-obvia-pixel-grid",
|
|
46
|
+
weight: "500",
|
|
47
|
+
fallback: [
|
|
48
|
+
"Obvia Mono",
|
|
49
|
+
"ui-monospace",
|
|
50
|
+
"SFMono-Regular",
|
|
51
|
+
"Roboto Mono",
|
|
52
|
+
"Menlo",
|
|
53
|
+
"Monaco",
|
|
54
|
+
"Liberation Mono",
|
|
55
|
+
"DejaVu Sans Mono",
|
|
56
|
+
"Courier New",
|
|
57
|
+
"monospace"
|
|
58
|
+
],
|
|
59
|
+
adjustFontFallback: false
|
|
60
|
+
});
|
|
61
|
+
var obviaPixelCircle = localFont({
|
|
62
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Circle.woff2",
|
|
63
|
+
variable: "--font-obvia-pixel-circle",
|
|
64
|
+
weight: "500",
|
|
65
|
+
fallback: [
|
|
66
|
+
"Obvia Mono",
|
|
67
|
+
"ui-monospace",
|
|
68
|
+
"SFMono-Regular",
|
|
69
|
+
"Roboto Mono",
|
|
70
|
+
"Menlo",
|
|
71
|
+
"Monaco",
|
|
72
|
+
"Liberation Mono",
|
|
73
|
+
"DejaVu Sans Mono",
|
|
74
|
+
"Courier New",
|
|
75
|
+
"monospace"
|
|
76
|
+
],
|
|
77
|
+
adjustFontFallback: false
|
|
78
|
+
});
|
|
79
|
+
var obviaPixelTriangle = localFont({
|
|
80
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Triangle.woff2",
|
|
81
|
+
variable: "--font-obvia-pixel-triangle",
|
|
82
|
+
weight: "500",
|
|
83
|
+
fallback: [
|
|
84
|
+
"Obvia Mono",
|
|
85
|
+
"ui-monospace",
|
|
86
|
+
"SFMono-Regular",
|
|
87
|
+
"Roboto Mono",
|
|
88
|
+
"Menlo",
|
|
89
|
+
"Monaco",
|
|
90
|
+
"Liberation Mono",
|
|
91
|
+
"DejaVu Sans Mono",
|
|
92
|
+
"Courier New",
|
|
93
|
+
"monospace"
|
|
94
|
+
],
|
|
95
|
+
adjustFontFallback: false
|
|
96
|
+
});
|
|
97
|
+
var obviaPixelLine = localFont({
|
|
98
|
+
src: "./fonts/obvia-pixel/ObviaPixel-Line.woff2",
|
|
99
|
+
variable: "--font-obvia-pixel-line",
|
|
100
|
+
weight: "500",
|
|
101
|
+
fallback: [
|
|
102
|
+
"Obvia Mono",
|
|
103
|
+
"ui-monospace",
|
|
104
|
+
"SFMono-Regular",
|
|
105
|
+
"Roboto Mono",
|
|
106
|
+
"Menlo",
|
|
107
|
+
"Monaco",
|
|
108
|
+
"Liberation Mono",
|
|
109
|
+
"DejaVu Sans Mono",
|
|
110
|
+
"Courier New",
|
|
111
|
+
"monospace"
|
|
112
|
+
],
|
|
113
|
+
adjustFontFallback: false
|
|
114
|
+
});
|
|
115
|
+
export {
|
|
116
|
+
obviaMono,
|
|
117
|
+
obviaPixelCircle,
|
|
118
|
+
obviaPixelGrid,
|
|
119
|
+
obviaPixelLine,
|
|
120
|
+
obviaPixelSquare,
|
|
121
|
+
obviaPixelTriangle,
|
|
122
|
+
obviaSans
|
|
123
|
+
};
|
|
2
124
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import localFont from \"next/font/local\"\r\n\r\n/**\r\n * **Obvia Sans** font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `100` - Thin\r\n * - `200` - Ultra Light\r\n * - `300` - Light\r\n * - `400` - Regular\r\n * - `500` - Medium\r\n * - `600` - Semibold\r\n * - `700` - Bold\r\n * - `800` - Black\r\n * - `900` - Ultra Black\r\n */\r\nexport const obviaSans = localFont({\r\n src : \"./fonts/obvia-sans/Obvia-Variable.woff2\",\r\n variable : \"--font-obvia-sans\",\r\n weight : \"100 900\"\r\n})\r\n\r\n/**\r\n * **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `100` - Thin\r\n * - `200` - Ultra Light\r\n * - `300` - Light\r\n * - `400` - Regular\r\n * - `500` - Medium\r\n * - `600` - Semibold\r\n * - `700` - Bold\r\n * - `800` - Black\r\n * - `900` - Ultra Black\r\n */\r\nexport const obviaMono = localFont({\r\n src : \"./fonts/obvia-mono/ObviaMono-Variable.woff2\",\r\n variable : \"--font-obvia-mono\",\r\n weight : \"100 900\",\r\n fallback: [\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelSquare = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Square.woff2\",\r\n variable : \"--font-obvia-pixel-square\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelGrid = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Grid.woff2\",\r\n variable : \"--font-obvia-pixel-grid\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelCircle = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Circle.woff2\",\r\n variable : \"--font-obvia-pixel-circle\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelTriangle = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Triangle.woff2\",\r\n variable : \"--font-obvia-pixel-triangle\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelLine = localFont({\r\n src: \"./fonts/obvia-pixel/ObviaPixel-Line.woff2\",\r\n variable: \"--font-obvia-pixel-line\",\r\n weight: \"500\",\r\n fallback: [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import localFont from \"next/font/local\"\r\n\r\n/**\r\n * **Obvia Sans** font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `100` - Thin\r\n * - `200` - Ultra Light\r\n * - `300` - Light\r\n * - `400` - Regular\r\n * - `500` - Medium\r\n * - `600` - Semibold\r\n * - `700` - Bold\r\n * - `800` - Black\r\n * - `900` - Ultra Black\r\n */\r\nexport const obviaSans = localFont({\r\n src : \"./fonts/obvia-sans/Obvia-Variable.woff2\",\r\n variable : \"--font-obvia-sans\",\r\n weight : \"100 900\"\r\n})\r\n\r\n/**\r\n * **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `100` - Thin\r\n * - `200` - Ultra Light\r\n * - `300` - Light\r\n * - `400` - Regular\r\n * - `500` - Medium\r\n * - `600` - Semibold\r\n * - `700` - Bold\r\n * - `800` - Black\r\n * - `900` - Ultra Black\r\n */\r\nexport const obviaMono = localFont({\r\n src : \"./fonts/obvia-mono/ObviaMono-Variable.woff2\",\r\n variable : \"--font-obvia-mono\",\r\n weight : \"100 900\",\r\n fallback: [\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelSquare = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Square.woff2\",\r\n variable : \"--font-obvia-pixel-square\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelGrid = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Grid.woff2\",\r\n variable : \"--font-obvia-pixel-grid\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelCircle = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Circle.woff2\",\r\n variable : \"--font-obvia-pixel-circle\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelTriangle = localFont({\r\n src : \"./fonts/obvia-pixel/ObviaPixel-Triangle.woff2\",\r\n variable : \"--font-obvia-pixel-triangle\",\r\n weight : \"500\",\r\n fallback : [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n\r\n/**\r\n * **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`\r\n *\r\n * **Weights**\r\n * - `500` - Medium\r\n */\r\nexport const obviaPixelLine = localFont({\r\n src: \"./fonts/obvia-pixel/ObviaPixel-Line.woff2\",\r\n variable: \"--font-obvia-pixel-line\",\r\n weight: \"500\",\r\n fallback: [\r\n \"Obvia Mono\",\r\n \"ui-monospace\",\r\n \"SFMono-Regular\",\r\n \"Roboto Mono\",\r\n \"Menlo\",\r\n \"Monaco\",\r\n \"Liberation Mono\",\r\n \"DejaVu Sans Mono\",\r\n \"Courier New\",\r\n \"monospace\",\r\n ],\r\n adjustFontFallback: false\r\n})\r\n"],"mappings":";AAAA,OAAO,eAAe;AAgBf,IAAM,YAAY,UAAU;AAAA,EAC/B,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAChB,CAAC;AAgBM,IAAM,YAAY,UAAU;AAAA,EAC/B,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAAA,EACZ,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;AAQM,IAAM,mBAAmB,UAAU;AAAA,EACtC,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAAA,EACZ,UAAY;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;AAQM,IAAM,iBAAiB,UAAU;AAAA,EACpC,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAAA,EACZ,UAAY;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;AAQM,IAAM,mBAAmB,UAAU;AAAA,EACtC,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAAA,EACZ,UAAY;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;AAQM,IAAM,qBAAqB,UAAU;AAAA,EACxC,KAAY;AAAA,EACZ,UAAY;AAAA,EACZ,QAAY;AAAA,EACZ,UAAY;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;AAQM,IAAM,iBAAiB,UAAU;AAAA,EACpC,KAAK;AAAA,EACL,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,IACN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAAA,EACA,oBAAoB;AACxB,CAAC;","names":[]}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"keywords" : ["obvia","obvia mono","obvia sans","obvia pixel","typeface","fonts","obvia fonts","webfont","open-type","true-type","typography"],
|
|
5
5
|
"license" : "SIL OPEN FONT LICENSE",
|
|
6
6
|
"homepage" : "https://obvia.studio/fonts",
|
|
7
|
-
"version" : "0.0.
|
|
7
|
+
"version" : "0.0.5",
|
|
8
8
|
|
|
9
9
|
"author" : {
|
|
10
10
|
"name" : "Selçuk Çukur",
|