react-native-rawline-ttf 1.0.0 → 1.1.1

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/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Ulysses Rangel Ribeiro
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ SOFTWARE.
package/README.md CHANGED
@@ -1,139 +1,63 @@
1
- ## UPDATE: RAWLINE IS NOT BEING MAINTAINED ANYMORE.
2
-
3
- ### *For a better and more up to date alternative, try [MONORALE](https://github.com/samvk/monorale-raleway-sober)*
4
-
5
- /////////////////
6
-
7
- UPDATE: Rawline now supports 105 latin languages, including igbo onwu and vietnamite, russian cyrillic (default) and bulgarian cyrillic (OpenType feature) - Contribution by @cssobral2013
8
-
9
- # Rawline: Raleway Font With Lining Numerals
10
-
11
- Rawline is your beloved Raleway font with lining numerals as default.
12
-
13
- ![Rawline](https://raw.githubusercontent.com/h-ibaldo/Raleway_Fixed_Numerals/master/banner.jpg)
14
-
15
- #HOW TO USE IT
16
-
17
- There are two ways to use Rawline: 1. Embedding it or 2. Self-hosting it.
18
-
19
-
20
- #1. Embedding Rawline
21
-
22
-
23
- ##1.1. Embedding into your HTML document
24
-
25
- To embed Rawline font into a webpage, copy this code into the `<head>` of your HTML document:
26
-
27
- <link href="https://raw.githubusercontent.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css" rel="stylesheet">
28
-
29
- ##1.2. Embedding into your CSS stylesheet
30
-
31
- To embed Rawline font into your stylesheet, copy this code into your CSS document:
32
-
33
- @import 'https://raw.githubusercontent.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';
34
-
35
-
36
- #2. Self Hosting
37
-
38
- To serve Rawline using your website’s own server, download the font files inside the /font folder in this repository and use the rawline.css stylesheet, located in the /css folder in this repository.
39
-
40
-
41
- #SPECIFY IN CSS
42
-
43
- #1. Use the following CSS rules to specify Rawline family:
44
-
45
- font-family: 'rawline', sans-serif;
46
-
47
- #2. Use the following CSS rules to specify Rawline styles:
48
-
49
- • Rawline Thin:
50
-
51
- font-weight: 100;
52
- font-style: normal;
53
-
54
- Rawline Thin Italic:
55
-
56
- font-weight: 100;
57
- font-style: italic;
58
-
59
- Rawline Extra-Light:
60
-
61
- font-weight: 200;
62
- font-style: normal;
63
-
64
- • Rawline Extra-Light Italic:
65
-
66
- font-weight: 200;
67
- font-style: italic;
68
-
69
- • Rawline Light:
70
-
71
- font-weight: 300;
72
- font-style: normal;
73
-
74
- • Rawline Light Italic:
75
-
76
- font-weight: 300;
77
- font-style: italic;
78
-
79
- • Rawline Regular:
80
-
81
- font-weight: 400;
82
- font-style: normal;
83
-
84
- • Rawline Regular Italic:
85
-
86
- font-weight: 400;
87
- font-style: italic;
88
-
89
- • Rawline Medium:
90
-
91
- font-weight: 500;
92
- font-style: normal;
93
-
94
- • Rawline Medium Italic:
95
-
96
- font-weight: 500;
97
- font-style: italic;
98
-
99
- • Rawline Semi-Bold:
100
-
101
- font-weight: 600;
102
- font-style: normal;
103
-
104
- • Rawline Semi-Bold Italic:
105
-
106
- font-weight: 600;
107
- font-style: italic;
108
-
109
- • Rawline Bold:
110
-
111
- font-weight: 700;
112
- font-style: normal;
113
-
114
- • Rawline Bold Italic:
115
-
116
- font-weight: 700;
117
- font-style: italic;
118
-
119
- • Rawline Extra-Bold:
120
-
121
- font-weight: 800;
122
- font-style: normal;
123
-
124
- • Rawline Extra-Bold Italic:
125
-
126
- font-weight: 800;
127
- font-style: italic;
128
-
129
- • Rawline Black:
130
-
131
- font-weight: 900;
132
- font-style: normal;
133
-
134
- • Rawline Black Italic:
135
-
136
- font-weight: 900;
137
- font-style: italic;
138
-
139
-
1
+ # react-native-rawline-ttf
2
+
3
+ Rawline font with proper PostScript names for react-native.
4
+
5
+ ## Installation
6
+
7
+
8
+ ```sh
9
+ npm install react-native-rawline-ttf
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ ### expo-font
15
+
16
+ ```json
17
+ {
18
+ "expo": {
19
+ "plugins": [
20
+ [
21
+ "expo-font",
22
+ {
23
+ "fonts": [
24
+ "node_modules/react-native-rawline-ttf/font/Rawline-Black.ttf",
25
+ "node_modules/react-native-rawline-ttf/font/Rawline-BlackItalic.ttf",
26
+ "node_modules/react-native-rawline-ttf/font/Rawline-Bold.ttf",
27
+ "node_modules/react-native-rawline-ttf/font/Rawline-BoldItalic.ttf",
28
+ "node_modules/react-native-rawline-ttf/font/Rawline-ExtraBold.ttf",
29
+ "node_modules/react-native-rawline-ttf/font/Rawline-ExtraBoldItalic.ttf",
30
+ "node_modules/react-native-rawline-ttf/font/Rawline-ExtraLight.ttf",
31
+ "node_modules/react-native-rawline-ttf/font/Rawline-ExtraLightItalic.ttf",
32
+ "node_modules/react-native-rawline-ttf/font/Rawline-Italic.ttf",
33
+ "node_modules/react-native-rawline-ttf/font/Rawline-Light.ttf",
34
+ "node_modules/react-native-rawline-ttf/font/Rawline-LightItalic.ttf",
35
+ "node_modules/react-native-rawline-ttf/font/Rawline-Medium.ttf",
36
+ "node_modules/react-native-rawline-ttf/font/Rawline-MediumItalic.ttf",
37
+ "node_modules/react-native-rawline-ttf/font/Rawline-Regular.ttf",
38
+ "node_modules/react-native-rawline-ttf/font/Rawline-SemiBold.ttf",
39
+ "node_modules/react-native-rawline-ttf/font/Rawline-SemiBoldItalic.ttf",
40
+ "node_modules/react-native-rawline-ttf/font/Rawline-Thin.ttf",
41
+ "node_modules/react-native-rawline-ttf/font/Rawline-ThinItalic.ttf"
42
+ ]
43
+ }
44
+ ]
45
+ ]
46
+ }
47
+ }
48
+ ```
49
+
50
+ ## Contributing
51
+
52
+ - [Development workflow](CONTRIBUTING.md#development-workflow)
53
+ - [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
54
+ - [Code of conduct](CODE_OF_CONDUCT.md)
55
+
56
+ ## Licenses
57
+
58
+ Code license: [MIT](LICENSE)
59
+ Rawline Font license: [SIL Open Font License](font/SIL%20Open%20Font%20License.txt)
60
+
61
+ ---
62
+
63
+ Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ import { useFonts } from 'expo-font';
4
+ export const useRawlineFonts = () => {
5
+ return useFonts({
6
+ 'Rawline-BlackItalic': require('react-native-rawline-ttf/font/Rawline-BlackItalic.ttf'),
7
+ 'Rawline-Black': require('react-native-rawline-ttf/font/Rawline-Black.ttf'),
8
+ 'Rawline-BoldItalic': require('react-native-rawline-ttf/font/Rawline-BoldItalic.ttf'),
9
+ 'Rawline-Bold': require('react-native-rawline-ttf/font/Rawline-Bold.ttf'),
10
+ 'Rawline-ExtraBoldItalic': require('react-native-rawline-ttf/font/Rawline-ExtraBoldItalic.ttf'),
11
+ 'Rawline-ExtraBold': require('react-native-rawline-ttf/font/Rawline-ExtraBold.ttf'),
12
+ 'Rawline-ExtraLightItalic': require('react-native-rawline-ttf/font/Rawline-ExtraLightItalic.ttf'),
13
+ 'Rawline-ExtraLight': require('react-native-rawline-ttf/font/Rawline-ExtraLight.ttf'),
14
+ 'Rawline-Italic': require('react-native-rawline-ttf/font/Rawline-Italic.ttf'),
15
+ 'Rawline-LightItalic': require('react-native-rawline-ttf/font/Rawline-LightItalic.ttf'),
16
+ 'Rawline-Light': require('react-native-rawline-ttf/font/Rawline-Light.ttf'),
17
+ 'Rawline-MediumItalic': require('react-native-rawline-ttf/font/Rawline-MediumItalic.ttf'),
18
+ 'Rawline-Medium': require('react-native-rawline-ttf/font/Rawline-Medium.ttf'),
19
+ 'Rawline-Regular': require('react-native-rawline-ttf/font/Rawline-Regular.ttf'),
20
+ 'Rawline-SemiBoldItalic': require('react-native-rawline-ttf/font/Rawline-SemiBoldItalic.ttf'),
21
+ 'Rawline-SemiBold': require('react-native-rawline-ttf/font/Rawline-SemiBold.ttf'),
22
+ 'Rawline-ThinItalic': require('react-native-rawline-ttf/font/Rawline-ThinItalic.ttf'),
23
+ 'Rawline-Thin': require('react-native-rawline-ttf/font/Rawline-Thin.ttf')
24
+ });
25
+ };
26
+ //# sourceMappingURL=expo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useFonts","useRawlineFonts","require"],"sourceRoot":"../../src","sources":["expo.tsx"],"mappings":";;AAAA,SAASA,QAAQ,QAAQ,WAAW;AAEpC,OAAO,MAAMC,eAAe,GAAGA,CAAA,KAAM;EACnC,OAAOD,QAAQ,CAAC;IACd,qBAAqB,EAAEE,OAAO,CAAC,uDAAuD,CAAC;IACvF,eAAe,EAAEA,OAAO,CAAC,iDAAiD,CAAC;IAC3E,oBAAoB,EAAEA,OAAO,CAAC,sDAAsD,CAAC;IACrF,cAAc,EAAEA,OAAO,CAAC,gDAAgD,CAAC;IACzE,yBAAyB,EAAEA,OAAO,CAAC,2DAA2D,CAAC;IAC/F,mBAAmB,EAAEA,OAAO,CAAC,qDAAqD,CAAC;IACnF,0BAA0B,EAAEA,OAAO,CAAC,4DAA4D,CAAC;IACjG,oBAAoB,EAAEA,OAAO,CAAC,sDAAsD,CAAC;IACrF,gBAAgB,EAAEA,OAAO,CAAC,kDAAkD,CAAC;IAC7E,qBAAqB,EAAEA,OAAO,CAAC,uDAAuD,CAAC;IACvF,eAAe,EAAEA,OAAO,CAAC,iDAAiD,CAAC;IAC3E,sBAAsB,EAAEA,OAAO,CAAC,wDAAwD,CAAC;IACzF,gBAAgB,EAAEA,OAAO,CAAC,kDAAkD,CAAC;IAC7E,iBAAiB,EAAEA,OAAO,CAAC,mDAAmD,CAAC;IAC/E,wBAAwB,EAAEA,OAAO,CAAC,0DAA0D,CAAC;IAC7F,kBAAkB,EAAEA,OAAO,CAAC,oDAAoD,CAAC;IACjF,oBAAoB,EAAEA,OAAO,CAAC,sDAAsD,CAAC;IACrF,cAAc,EAAEA,OAAO,CAAC,gDAAgD;EAC1E,CAAC,CAAC;AACJ,CAAC","ignoreList":[]}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ export let Rawline = /*#__PURE__*/function (Rawline) {
4
+ Rawline["Thin"] = "Rawline-Thin";
5
+ Rawline["ThinItalic"] = "Rawline-ThinItalic";
6
+ Rawline["ExtraLight"] = "Rawline-ExtraLight";
7
+ Rawline["ExtraLightItalic"] = "Rawline-ExtraLightItalic";
8
+ Rawline["Light"] = "Rawline-Light";
9
+ Rawline["LightItalic"] = "Rawline-LightItalic";
10
+ Rawline["Regular"] = "Rawline-Regular";
11
+ Rawline["RegularItalic"] = "Rawline-RegularItalic";
12
+ Rawline["Medium"] = "Rawline-Medium";
13
+ Rawline["MediumItalic"] = "Rawline-MediumItalic";
14
+ Rawline["Semibold"] = "Rawline-SemiBold";
15
+ Rawline["SemiboldItalic"] = "Rawline-SemiBoldItalic";
16
+ Rawline["Bold"] = "Rawline-Bold";
17
+ Rawline["BoldItalic"] = "Rawline-BoldItalic";
18
+ Rawline["Extrabold"] = "Rawline-ExtraBold";
19
+ Rawline["ExtraboldItalic"] = "Rawline-ExtraBoldItalic";
20
+ Rawline["Black"] = "Rawline-Black";
21
+ Rawline["BlackItalic"] = "Rawline-BlackItalic";
22
+ return Rawline;
23
+ }({});
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Rawline"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,WAAYA,OAAO,0BAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAA,OAAPA,OAAO;AAAA","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,2 @@
1
+ export declare const useRawlineFonts: () => [boolean, Error | null];
2
+ //# sourceMappingURL=expo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expo.d.ts","sourceRoot":"","sources":["../../../src/expo.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,+BAqB3B,CAAC"}
@@ -0,0 +1,21 @@
1
+ export declare enum Rawline {
2
+ Thin = "Rawline-Thin",
3
+ ThinItalic = "Rawline-ThinItalic",
4
+ ExtraLight = "Rawline-ExtraLight",
5
+ ExtraLightItalic = "Rawline-ExtraLightItalic",
6
+ Light = "Rawline-Light",
7
+ LightItalic = "Rawline-LightItalic",
8
+ Regular = "Rawline-Regular",
9
+ RegularItalic = "Rawline-RegularItalic",
10
+ Medium = "Rawline-Medium",
11
+ MediumItalic = "Rawline-MediumItalic",
12
+ Semibold = "Rawline-SemiBold",
13
+ SemiboldItalic = "Rawline-SemiBoldItalic",
14
+ Bold = "Rawline-Bold",
15
+ BoldItalic = "Rawline-BoldItalic",
16
+ Extrabold = "Rawline-ExtraBold",
17
+ ExtraboldItalic = "Rawline-ExtraBoldItalic",
18
+ Black = "Rawline-Black",
19
+ BlackItalic = "Rawline-BlackItalic"
20
+ }
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,IAAI,iBAAiB;IACrB,UAAU,uBAAuB;IACjC,UAAU,uBAAuB;IACjC,gBAAgB,6BAA6B;IAC7C,KAAK,kBAAkB;IACvB,WAAW,wBAAwB;IACnC,OAAO,oBAAoB;IAC3B,aAAa,0BAA0B;IACvC,MAAM,mBAAmB;IACzB,YAAY,yBAAyB;IACrC,QAAQ,qBAAqB;IAC7B,cAAc,2BAA2B;IACzC,IAAI,iBAAiB;IACrB,UAAU,uBAAuB;IACjC,SAAS,sBAAsB;IAC/B,eAAe,4BAA4B;IAC3C,KAAK,kBAAkB;IACvB,WAAW,wBAAwB;CACpC"}
package/package.json CHANGED
@@ -1,21 +1,186 @@
1
1
  {
2
2
  "name": "react-native-rawline-ttf",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Rawline font with proper PostScript names for react-native.",
5
- "keywords": [
6
- "rawline",
7
- "react-native"
5
+ "main": "./lib/module/index.js",
6
+ "types": "./lib/typescript/src/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "source": "./src/index.tsx",
10
+ "types": "./lib/typescript/src/index.d.ts",
11
+ "default": "./lib/module/index.js"
12
+ },
13
+ "./expo": {
14
+ "default": "./lib/module/expo.js",
15
+ "types": "./lib/typescript/src/expo.d.ts"
16
+ },
17
+ "./package.json": "./package.json",
18
+ "./font/Rawline-BlackItalic.ttf": "./font/Rawline-BlackItalic.ttf",
19
+ "./font/Rawline-Black.ttf": "./font/Rawline-Black.ttf",
20
+ "./font/Rawline-BoldItalic.ttf": "./font/Rawline-BoldItalic.ttf",
21
+ "./font/Rawline-Bold.ttf": "./font/Rawline-Bold.ttf",
22
+ "./font/Rawline-ExtraBoldItalic.ttf": "./font/Rawline-ExtraBoldItalic.ttf",
23
+ "./font/Rawline-ExtraBold.ttf": "./font/Rawline-ExtraBold.ttf",
24
+ "./font/Rawline-ExtraLightItalic.ttf": "./font/Rawline-ExtraLightItalic.ttf",
25
+ "./font/Rawline-ExtraLight.ttf": "./font/Rawline-ExtraLight.ttf",
26
+ "./font/Rawline-Italic.ttf": "./font/Rawline-Italic.ttf",
27
+ "./font/Rawline-LightItalic.ttf": "./font/Rawline-LightItalic.ttf",
28
+ "./font/Rawline-Light.ttf": "./font/Rawline-Light.ttf",
29
+ "./font/Rawline-MediumItalic.ttf": "./font/Rawline-MediumItalic.ttf",
30
+ "./font/Rawline-Medium.ttf": "./font/Rawline-Medium.ttf",
31
+ "./font/Rawline-Regular.ttf": "./font/Rawline-Regular.ttf",
32
+ "./font/Rawline-SemiBoldItalic.ttf": "./font/Rawline-SemiBoldItalic.ttf",
33
+ "./font/Rawline-SemiBold.ttf": "./font/Rawline-SemiBold.ttf",
34
+ "./font/Rawline-ThinItalic.ttf": "./font/Rawline-ThinItalic.ttf",
35
+ "./font/Rawline-Thin.ttf": "./font/Rawline-Thin.ttf"
36
+ },
37
+ "files": [
38
+ "src",
39
+ "font",
40
+ "lib",
41
+ "android",
42
+ "ios",
43
+ "cpp",
44
+ "*.podspec",
45
+ "react-native.config.js",
46
+ "!ios/build",
47
+ "!android/build",
48
+ "!android/gradle",
49
+ "!android/gradlew",
50
+ "!android/gradlew.bat",
51
+ "!android/local.properties",
52
+ "!**/__tests__",
53
+ "!**/__fixtures__",
54
+ "!**/__mocks__",
55
+ "!**/.*"
8
56
  ],
9
- "homepage": "https://github.com/ulyssesrr/react-native-rawline-ttf#readme",
10
- "bugs": {
11
- "url": "https://github.com/ulyssesrr/react-native-rawline-ttf/issues"
57
+ "scripts": {
58
+ "example": "yarn workspace react-native-rawline-ttf-example",
59
+ "clean": "del-cli lib",
60
+ "prepare": "bob build",
61
+ "typecheck": "tsc",
62
+ "test": "jest",
63
+ "release": "release-it --only-version",
64
+ "lint": "eslint \"**/*.{js,ts,tsx}\""
12
65
  },
66
+ "keywords": [
67
+ "react-native",
68
+ "ios",
69
+ "android"
70
+ ],
13
71
  "repository": {
14
72
  "type": "git",
15
73
  "url": "git+https://github.com/ulyssesrr/react-native-rawline-ttf.git"
16
74
  },
17
- "license": "SEE LICENSE IN SIL Open Font License.txt",
18
- "scripts": {
19
- "test": "echo \"Error: no test specified\" && exit 1"
75
+ "author": "Ulysses Rangel Ribeiro <ulyssesrr@gmail.com> (https://github.com/ulyssesrr)",
76
+ "license": "MIT",
77
+ "bugs": {
78
+ "url": "https://github.com/ulyssesrr/react-native-rawline-ttf/issues"
79
+ },
80
+ "homepage": "https://github.com/ulyssesrr/react-native-rawline-ttf#readme",
81
+ "publishConfig": {
82
+ "registry": "https://registry.npmjs.org/"
83
+ },
84
+ "devDependencies": {
85
+ "@commitlint/config-conventional": "^19.8.1",
86
+ "@eslint/compat": "^1.3.2",
87
+ "@eslint/eslintrc": "^3.3.1",
88
+ "@eslint/js": "^9.35.0",
89
+ "@react-native/babel-preset": "0.83.0",
90
+ "@react-native/eslint-config": "0.83.0",
91
+ "@release-it/conventional-changelog": "^10.0.1",
92
+ "@types/jest": "^29.5.14",
93
+ "@types/react": "^19.1.12",
94
+ "commitlint": "^19.8.1",
95
+ "del-cli": "^6.0.0",
96
+ "eslint": "^9.35.0",
97
+ "eslint-config-prettier": "^10.1.8",
98
+ "eslint-plugin-prettier": "^5.5.4",
99
+ "expo-font": "^55.0.4",
100
+ "jest": "^29.7.0",
101
+ "lefthook": "^2.0.3",
102
+ "prettier": "^2.8.8",
103
+ "react": "19.2.0",
104
+ "react-native": "0.83.2",
105
+ "react-native-builder-bob": "^0.40.13",
106
+ "release-it": "^19.0.4",
107
+ "turbo": "^2.5.6",
108
+ "typescript": "^5.9.2"
109
+ },
110
+ "peerDependencies": {
111
+ "react": "*",
112
+ "react-native": "*",
113
+ "expo-font": "*"
114
+ },
115
+ "workspaces": [
116
+ "example"
117
+ ],
118
+ "packageManager": "yarn@4.11.0",
119
+ "react-native-builder-bob": {
120
+ "source": "src",
121
+ "output": "lib",
122
+ "targets": [
123
+ [
124
+ "module",
125
+ {
126
+ "esm": true
127
+ }
128
+ ],
129
+ [
130
+ "typescript",
131
+ {
132
+ "project": "tsconfig.build.json"
133
+ }
134
+ ]
135
+ ]
136
+ },
137
+ "jest": {
138
+ "preset": "react-native",
139
+ "modulePathIgnorePatterns": [
140
+ "<rootDir>/example/node_modules",
141
+ "<rootDir>/lib/"
142
+ ]
143
+ },
144
+ "commitlint": {
145
+ "extends": [
146
+ "@commitlint/config-conventional"
147
+ ]
148
+ },
149
+ "release-it": {
150
+ "git": {
151
+ "commitMessage": "chore: release ${version}",
152
+ "tagName": "v${version}"
153
+ },
154
+ "npm": {
155
+ "publish": true
156
+ },
157
+ "github": {
158
+ "release": true
159
+ },
160
+ "plugins": {
161
+ "@release-it/conventional-changelog": {
162
+ "preset": {
163
+ "name": "angular"
164
+ }
165
+ }
166
+ }
167
+ },
168
+ "prettier": {
169
+ "quoteProps": "consistent",
170
+ "singleQuote": true,
171
+ "tabWidth": 2,
172
+ "trailingComma": "es5",
173
+ "useTabs": false
174
+ },
175
+ "create-react-native-library": {
176
+ "type": "library",
177
+ "languages": "js",
178
+ "tools": [
179
+ "jest",
180
+ "lefthook",
181
+ "release-it",
182
+ "eslint"
183
+ ],
184
+ "version": "0.57.2"
20
185
  }
21
186
  }
package/src/expo.tsx ADDED
@@ -0,0 +1,24 @@
1
+ import { useFonts } from 'expo-font';
2
+
3
+ export const useRawlineFonts = () => {
4
+ return useFonts({
5
+ 'Rawline-BlackItalic': require('react-native-rawline-ttf/font/Rawline-BlackItalic.ttf'),
6
+ 'Rawline-Black': require('react-native-rawline-ttf/font/Rawline-Black.ttf'),
7
+ 'Rawline-BoldItalic': require('react-native-rawline-ttf/font/Rawline-BoldItalic.ttf'),
8
+ 'Rawline-Bold': require('react-native-rawline-ttf/font/Rawline-Bold.ttf'),
9
+ 'Rawline-ExtraBoldItalic': require('react-native-rawline-ttf/font/Rawline-ExtraBoldItalic.ttf'),
10
+ 'Rawline-ExtraBold': require('react-native-rawline-ttf/font/Rawline-ExtraBold.ttf'),
11
+ 'Rawline-ExtraLightItalic': require('react-native-rawline-ttf/font/Rawline-ExtraLightItalic.ttf'),
12
+ 'Rawline-ExtraLight': require('react-native-rawline-ttf/font/Rawline-ExtraLight.ttf'),
13
+ 'Rawline-Italic': require('react-native-rawline-ttf/font/Rawline-Italic.ttf'),
14
+ 'Rawline-LightItalic': require('react-native-rawline-ttf/font/Rawline-LightItalic.ttf'),
15
+ 'Rawline-Light': require('react-native-rawline-ttf/font/Rawline-Light.ttf'),
16
+ 'Rawline-MediumItalic': require('react-native-rawline-ttf/font/Rawline-MediumItalic.ttf'),
17
+ 'Rawline-Medium': require('react-native-rawline-ttf/font/Rawline-Medium.ttf'),
18
+ 'Rawline-Regular': require('react-native-rawline-ttf/font/Rawline-Regular.ttf'),
19
+ 'Rawline-SemiBoldItalic': require('react-native-rawline-ttf/font/Rawline-SemiBoldItalic.ttf'),
20
+ 'Rawline-SemiBold': require('react-native-rawline-ttf/font/Rawline-SemiBold.ttf'),
21
+ 'Rawline-ThinItalic': require('react-native-rawline-ttf/font/Rawline-ThinItalic.ttf'),
22
+ 'Rawline-Thin': require('react-native-rawline-ttf/font/Rawline-Thin.ttf'),
23
+ });
24
+ };
package/src/index.tsx ADDED
@@ -0,0 +1,20 @@
1
+ export enum Rawline {
2
+ Thin = 'Rawline-Thin',
3
+ ThinItalic = 'Rawline-ThinItalic',
4
+ ExtraLight = 'Rawline-ExtraLight',
5
+ ExtraLightItalic = 'Rawline-ExtraLightItalic',
6
+ Light = 'Rawline-Light',
7
+ LightItalic = 'Rawline-LightItalic',
8
+ Regular = 'Rawline-Regular',
9
+ RegularItalic = 'Rawline-RegularItalic',
10
+ Medium = 'Rawline-Medium',
11
+ MediumItalic = 'Rawline-MediumItalic',
12
+ Semibold = 'Rawline-SemiBold',
13
+ SemiboldItalic = 'Rawline-SemiBoldItalic',
14
+ Bold = 'Rawline-Bold',
15
+ BoldItalic = 'Rawline-BoldItalic',
16
+ Extrabold = 'Rawline-ExtraBold',
17
+ ExtraboldItalic = 'Rawline-ExtraBoldItalic',
18
+ Black = 'Rawline-Black',
19
+ BlackItalic = 'Rawline-BlackItalic',
20
+ }
package/Copyright.txt DELETED
@@ -1,2 +0,0 @@
1
- Copyright (c) 2010 - 2013, Matt McInerney (matt@pixelspread.com), Pablo Impallari (impallari@gmail.com), Rodrigo Fuenzalida (hello@rfuenzalida.com) with Reserved Font Name RALEWAY.
2
- Copyright (c) 2016, Henrique Ibaldo (hi@ibaldo.co), with Reserved Font Name RAWLINE.
package/banner.jpg DELETED
Binary file
package/css/rawline.css DELETED
@@ -1,265 +0,0 @@
1
- @font-face {
2
- font-family: 'rawline';
3
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.eot');
4
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.eot?#iefix') format('embedded-opentype'),
5
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.woff2') format('woff2'),
6
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.woff') format('woff'),
7
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.ttf') format('truetype'),
8
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100.svg') format('svg');
9
- font-weight: 100;
10
- font-style: normal;
11
- }
12
-
13
-
14
-
15
- @font-face {
16
- font-family: 'rawline';
17
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.eot');
18
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.eot?#iefix') format('embedded-opentype'),
19
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.woff2') format('woff2'),
20
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.woff') format('woff'),
21
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.ttf') format('truetype'),
22
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-100i.svg') format('svg');
23
- font-weight: 100;
24
- font-style: italic;
25
-
26
- }
27
-
28
-
29
-
30
- @font-face {
31
- font-family: 'rawline';
32
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.eot');
33
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.eot?#iefix') format('embedded-opentype'),
34
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.woff2') format('woff2'),
35
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.woff') format('woff'),
36
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.ttf') format('truetype'),
37
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200.svg') format('svg');
38
- font-weight: 200;
39
- font-style: normal;
40
-
41
- }
42
-
43
-
44
-
45
- @font-face {
46
- font-family: 'rawline';
47
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.eot');
48
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.eot?#iefix') format('embedded-opentype'),
49
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.woff2') format('woff2'),
50
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.woff') format('woff'),
51
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.ttf') format('truetype'),
52
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-200i.svg') format('svg');
53
- font-weight: 200;
54
- font-style: italic;
55
-
56
- }
57
-
58
-
59
-
60
- @font-face {
61
- font-family: 'rawline';
62
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300-.eot');
63
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300-.eot?#iefix') format('embedded-opentype'),
64
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300.woff2') format('woff2'),
65
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300.woff') format('woff'),
66
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300.ttf') format('truetype'),
67
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300.svg') format('svg');
68
- font-weight: 300;
69
- font-style: normal;
70
-
71
- }
72
-
73
-
74
-
75
- @font-face {
76
- font-family: 'rawline';
77
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.eot');
78
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.eot?#iefix') format('embedded-opentype'),
79
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.woff2') format('woff2'),
80
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.woff') format('woff'),
81
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.ttf') format('truetype'),
82
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-300i.svg') format('svg');
83
- font-weight: 300;
84
- font-style: italic;
85
-
86
- }
87
-
88
-
89
-
90
- @font-face {
91
- font-family: 'rawline';
92
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.eot');
93
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.eot?#iefix') format('embedded-opentype'),
94
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.woff2') format('woff2'),
95
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.woff') format('woff'),
96
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.ttf') format('truetype'),
97
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400.svg') format('svg');
98
- font-weight: 400;
99
- font-style: normal;
100
-
101
- }
102
-
103
-
104
-
105
- @font-face {
106
- font-family: 'rawline';
107
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.eot');
108
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.eot?#iefix') format('embedded-opentype'),
109
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.woff2') format('woff2'),
110
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.woff') format('woff'),
111
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.ttf') format('truetype'),
112
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-400i.svg') format('svg');
113
- font-weight: 400;
114
- font-style: italic;
115
-
116
- }
117
-
118
-
119
-
120
- @font-face {
121
- font-family: 'rawline';
122
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.eot');
123
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.eot?#iefix') format('embedded-opentype'),
124
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.woff2') format('woff2'),
125
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.woff') format('woff'),
126
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.ttf') format('truetype'),
127
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500.svg') format('svg');
128
- font-weight: 500;
129
- font-style: normal;
130
-
131
- }
132
-
133
-
134
-
135
- @font-face {
136
- font-family: 'rawline';
137
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.eot');
138
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.eot?#iefix') format('embedded-opentype'),
139
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.woff2') format('woff2'),
140
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.woff') format('woff'),
141
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.ttf') format('truetype'),
142
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-500i.svg') format('svg');
143
- font-weight: 500;
144
- font-style: italic;
145
-
146
- }
147
-
148
-
149
-
150
- @font-face {
151
- font-family: 'rawline';
152
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.eot');
153
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.eot?#iefix') format('embedded-opentype'),
154
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.woff2') format('woff2'),
155
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.woff') format('woff'),
156
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.ttf') format('truetype'),
157
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600.svg') format('svg');
158
- font-weight: 600;
159
- font-style: normal;
160
-
161
- }
162
-
163
-
164
-
165
- @font-face {
166
- font-family: 'rawline';
167
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.eot');
168
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.eot?#iefix') format('embedded-opentype'),
169
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.woff2') format('woff2'),
170
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.woff') format('woff'),
171
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.ttf') format('truetype'),
172
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-600i.svg') format('svg');
173
- font-weight: 600;
174
- font-style: italic;
175
-
176
- }
177
-
178
-
179
-
180
- @font-face {
181
- font-family: 'rawline';
182
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.eot');
183
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.eot?#iefix') format('embedded-opentype'),
184
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.woff2') format('woff2'),
185
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.woff') format('woff'),
186
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.ttf') format('truetype'),
187
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700.svg') format('svg');
188
- font-weight: 700;
189
- font-style: normal;
190
-
191
- }
192
-
193
-
194
-
195
- @font-face {
196
- font-family: 'rawline';
197
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.eot');
198
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.eot?#iefix') format('embedded-opentype'),
199
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.woff2') format('woff2'),
200
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.woff') format('woff'),
201
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.ttf') format('truetype'),
202
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-700i.svg') format('svg');
203
- font-weight: 700;
204
- font-style: italic;
205
-
206
- }
207
-
208
- @font-face {
209
- font-family: 'rawline';
210
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.eot');
211
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.eot?#iefix') format('embedded-opentype'),
212
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.woff2') format('woff2'),
213
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.woff') format('woff'),
214
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.ttf') format('truetype'),
215
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800.svg') format('svg');
216
- font-weight: 800;
217
- font-style: normal;
218
-
219
- }
220
-
221
-
222
-
223
- @font-face {
224
- font-family: 'rawline';
225
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.eot');
226
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.eot?#iefix') format('embedded-opentype'),
227
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.woff2') format('woff2'),
228
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.woff') format('woff'),
229
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.ttf') format('truetype'),
230
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-800i.svg') format('svg');
231
- font-weight: 800;
232
- font-style: italic;
233
-
234
- }
235
-
236
- @font-face {
237
- font-family: 'rawline';
238
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.eot');
239
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.eot?#iefix') format('embedded-opentype'),
240
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.woff2') format('woff2'),
241
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.woff') format('woff'),
242
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.ttf') format('truetype'),
243
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900.svg') format('svg');
244
- font-weight: 900;
245
- font-style: normal;
246
-
247
- }
248
-
249
-
250
-
251
- @font-face {
252
- font-family: 'rawline';
253
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.eot');
254
- src: url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.eot?#iefix') format('embedded-opentype'),
255
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.woff2') format('woff2'),
256
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.woff') format('woff'),
257
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.ttf') format('truetype'),
258
- url('https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/font/rawline-900i.svg') format('svg');
259
- font-weight: 900;
260
- font-style: italic;
261
-
262
- }
263
-
264
-
265
-
package/css/test.css DELETED
@@ -1,111 +0,0 @@
1
- @import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';
2
-
3
- .r100 {
4
- font-family: 'rawline', sans-serif;
5
- font-weight: 100;
6
- font-style: normal;
7
- }
8
-
9
- .r100i {
10
- font-family: 'rawline', sans-serif;
11
- font-weight: 100;
12
- font-style: italic;
13
- }
14
-
15
- .r200 {
16
- font-family: 'rawline', sans-serif;
17
- font-weight: 200;
18
- font-style: normal;
19
- }
20
-
21
- .r200i {
22
- font-family: 'rawline', sans-serif;
23
- font-weight: 200;
24
- font-style: italic;
25
- }
26
-
27
- .r300 {
28
- font-family: 'rawline', sans-serif;
29
- font-weight: 300;
30
- font-style: normal;
31
- }
32
-
33
- .r300i {
34
- font-family: 'rawline', sans-serif;
35
- font-weight: 300;
36
- font-style: italic;
37
- }
38
-
39
- .r400 {
40
- font-family: 'rawline', sans-serif;
41
- font-weight: 400;
42
- font-style: normal;
43
- }
44
-
45
- .r400i {
46
- font-family: 'rawline', sans-serif;
47
- font-weight: 400;
48
- font-style: italic;
49
- }
50
-
51
- .r500 {
52
- font-family: 'rawline', sans-serif;
53
- font-weight: 500;
54
- font-style: normal;
55
- }
56
-
57
- .r500i {
58
- font-family: 'rawline', sans-serif;
59
- font-weight: 500;
60
- font-style: italic;
61
- }
62
-
63
- .r600 {
64
- font-family: 'rawline', sans-serif;
65
- font-weight: 600;
66
- font-style: normal;
67
- }
68
-
69
- .r600i {
70
- font-family: 'rawline', sans-serif;
71
- font-weight: 600;
72
- font-style: italic;
73
- }
74
-
75
- .r700 {
76
- font-family: 'rawline', sans-serif;
77
- font-weight: 700;
78
- font-style: normal;
79
- }
80
-
81
- .r700i {
82
- font-family: 'rawline', sans-serif;
83
- font-weight: 700;
84
- font-style: italic;
85
- }
86
-
87
- .r800 {
88
- font-family: 'rawline', sans-serif;
89
- font-weight: 800;
90
- font-style: normal;
91
- }
92
-
93
- .r800i {
94
- font-family: 'rawline', sans-serif;
95
- font-weight: 800;
96
- font-style: italic;
97
- }
98
-
99
- .r900 {
100
- font-family: 'rawline', sans-serif;
101
- font-weight: 900;
102
- font-style: normal;
103
- }
104
-
105
- .r900i {
106
- font-family: 'rawline', sans-serif;
107
- font-weight: 900;
108
- font-style: italic;
109
- }
110
-
111
-
package/test.html DELETED
@@ -1,26 +0,0 @@
1
- <html>
2
- <headh>
3
- <link href="https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css" rel="stylesheet">
4
- <link href="css/test.css" rel="stylesheet">
5
- </head>
6
- <body>
7
- <h1 class="r100">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
8
- <h1 class="r100i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
9
- <h1 class="r200">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
10
- <h1 class="r200i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
11
- <h1 class="r300">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
12
- <h1 class="r300i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
13
- <h1 class="r400">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
14
- <h1 class="r400i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
15
- <h1 class="r500">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
16
- <h1 class="r500i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
17
- <h1 class="r600">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
18
- <h1 class="r600i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
19
- <h1 class="r700">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
20
- <h1 class="r700i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
21
- <h1 class="r800">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
22
- <h1 class="r800i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
23
- <h1 class="r900">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
24
- <h1 class="r900i">ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</h1>
25
- </body>
26
- </html>