Could I fork this font to make a Latin/Greek/Cyrillic-only version? #17
-
Note: Keeping your copyright notes, and adding my ones, of course. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
Sure. Pretendard is based on Inter and Source Han Sans and it's distributed under the Open Font License 1.1, so you can do whatever you want. But if you want to use the non-CJK subset version of Pretendard on web, although it only supports Basic Latin that you’ve mentioned, you can use the ‘Dynamic Subset’ of Pretendard: CSS@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css'); HTML<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css" /> But it's the version with only the Basic set of the whole Latin character set among those you've mentioned, so I'm considering including Latin/Greek/Cyrillic into the current dynamic subset. I hope this comment is helpful for you. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@orioncactus - Good, however I'm wishing to use this on desktop. |
Beta Was this translation helpful? Give feedback.
-
Then you can use the latest Pretendard release. It includes all of the Latin/Greek/Cyrillic character set. Can you tell me why you want the non-CJK subset version of Pretendard? |
Beta Was this translation helpful? Give feedback.
-
@orioncactus - Because it looks better than original Inter (it looks closer
to San Francisco than original Inter).
Em qua., 14 de jul. de 2021 1:54 AM, Kil Hyung-jin ***@***.***>
escreveu:
… Then you can use the latest Pretendard release. It includes all of the
Latin/Greek/Cyrillic character set. Can you tell me why you want the
non-CJK subset version of Pretendard?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYRWLIIJCPSKWZIB2BCVTLTXUKA5ANCNFSM5AH2NBDQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your compliment. I plan on consistently improving Pretendard to become a more general font. I'll close this issue. And if you have another question, feel free to reopen this issue! |
Beta Was this translation helpful? Give feedback.
-
Hi @orioncactus! Is there a Latin/Greek/Cyrillic only version for "Pretendard Variable"? Because I'm trying to use Pretendard on my website and the |
Beta Was this translation helpful? Give feedback.
-
Hello! I just released Latin/Greek/Cyrillic only version of Pretendard and Pretendard Variable 2 days ago with named 'Pretendard Std', and also you can use the Pretendard webfonts with low-weight as 'Pretendard Std' via jsDelivr. Here's the code: Full version of Pretendard Std
HTML<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-std.css" /> CSS@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-std.css'); Dynamic subset version of Pretendard Std like Roboto from Google Fonts
HTML<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-std-dynamic-subset.css" /> CSS@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-std-dynamic-subset.css'); Variable version of Pretendard Std
HTML<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-std.css" /> CSS@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-std.css'); FYI: @cssobral2013 @frencojobs |
Beta Was this translation helpful? Give feedback.
Hello! I just released Latin/Greek/Cyrillic only version of Pretendard and Pretendard Variable 2 days ago with named 'Pretendard Std', and also you can use the Pretendard webfonts with low-weight as 'Pretendard Std' via jsDelivr.
Here's the code:
Full version of Pretendard Std
'Pretendard Std'
HTML
CSS
Dynamic subset version of Pretendard Std like Roboto from Google Fonts
'Pretendard Std'
HTML