generated from railmapgen/seed-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db3ce8c
commit b93e30f
Showing
22 changed files
with
380 additions
and
319 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"component": "rmp-designer", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"environment": "PRD", | ||
"instance": "GitHub" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.rmp-name__zh { | ||
font-family: Arial, SimHei, STHeitiSC-Medium, PingFangSC-Regular, sans-serif; | ||
} | ||
.rmp-name__en { | ||
font-family: Arial, sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.rmp-name__berlin { | ||
font-family: Roboto, Arial, Helvetica, sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Special thanks to these blogs for recommending M+ as an alternative to 新ゴ. | ||
* https://google-sensei.com/it/font-shinmgo/ | ||
* https://mocotan-e.hatenablog.com/entry/2023/01/10/003337 | ||
* Although there are some discussion on the difference, it is still the closest and free. | ||
* http://fumomit.blogstation.jp/archives/4112965.html | ||
* | ||
* https://github.com/coz-m/MPLUS_FONTS | ||
* This is a free font with SIL OPEN FONT LICENSE. | ||
*/ | ||
|
||
.rmp-name__jreast_ja { | ||
font-family: a-otf-ud-shin-go-pr6n, 'M PLUS 2', sans-serif; | ||
} | ||
|
||
.rmp-name__jreast_en { | ||
font-family: helvetica, Arial, sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* IdentityFont comes from https://github.com/jglim/IdentityFont | ||
* Special thanks to @jglim :) | ||
* For licensing, see discussion at https://github.com/jglim/IdentityFont/pull/2 | ||
* We believe an open Internet but if the project changes its license or there | ||
* is a direct request from LTA, we need to pull this down from out site. | ||
*/ | ||
|
||
.rmp-name__mrt { | ||
font-family: IdentityFont, sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.rmp-name__mtr__zh { | ||
font-family: Vegur-Bold, Helvetica, GenYoMinTW-SB, HiraMinProN-W6, serif; | ||
} | ||
.rmp-name__mtr__en { | ||
font-family: MyriadPro-Semibold, Vegur-Bold, Helvetica, sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.rmp-name__tokyo_en { | ||
font-family: MontaguSlab, Arial, sans-serif; | ||
} | ||
|
||
/* Copied from fonts_jreast.css */ | ||
.rmp-name__jreast_ja { | ||
font-family: a-otf-ud-shin-go-pr6n, 'M PLUS 2', sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Railway comes from https://www.fontspace.com/railway-font-f20426 | ||
* Special thanks to @Greg Fleming for bringing this amazing font to the public :) | ||
* This font is licensed under SIL Open Font License (OFL). https://openfontlicense.org/ | ||
*/ | ||
|
||
.rmp-name__tube { | ||
font-family: Johnston, Railway, sans-serif; | ||
} |