why some thin character roboto ?
ı use "roboto" and "san-serif" ,normal text "A.Ş" error text -->
css fonts roboto
|
show 1 more comment
ı use "roboto" and "san-serif" ,normal text "A.Ş" error text -->
css fonts roboto
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
2
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
2
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26
|
show 1 more comment
ı use "roboto" and "san-serif" ,normal text "A.Ş" error text -->
css fonts roboto
ı use "roboto" and "san-serif" ,normal text "A.Ş" error text -->
css fonts roboto
css fonts roboto
asked Nov 21 '18 at 12:05
korkut
237
237
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
2
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
2
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26
|
show 1 more comment
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
2
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
2
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
2
2
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
2
2
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26
|
show 1 more comment
2 Answers
2
active
oldest
votes
It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.
if it turkish soroboto
has this char:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:11
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add thesubset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)
– Jack Ashton
Nov 21 '18 at 12:21
easy to usegoogleapis
you can see my answer
– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
add a comment |
Use fonts from googleapis and it will work
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411676%2fwhy-some-thin-character-roboto%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.
if it turkish soroboto
has this char:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:11
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add thesubset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)
– Jack Ashton
Nov 21 '18 at 12:21
easy to usegoogleapis
you can see my answer
– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
add a comment |
It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.
if it turkish soroboto
has this char:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:11
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add thesubset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)
– Jack Ashton
Nov 21 '18 at 12:21
easy to usegoogleapis
you can see my answer
– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
add a comment |
It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.
It's because your font doesn't have that character (Ş), so it uses the default font that has it. And if san-serif isn't a typo here, you should change it to sans-serif.
edited Nov 21 '18 at 12:11
answered Nov 21 '18 at 12:09
Jack Ashton
508
508
if it turkish soroboto
has this char:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:11
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add thesubset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)
– Jack Ashton
Nov 21 '18 at 12:21
easy to usegoogleapis
you can see my answer
– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
add a comment |
if it turkish soroboto
has this char:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:11
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add thesubset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)
– Jack Ashton
Nov 21 '18 at 12:21
easy to usegoogleapis
you can see my answer
– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
if it turkish so
roboto
has this char:blogarti.com/…– לבני מלכה
Nov 21 '18 at 12:11
if it turkish so
roboto
has this char:blogarti.com/…– לבני מלכה
Nov 21 '18 at 12:11
1
1
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add the
subset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)– Jack Ashton
Nov 21 '18 at 12:21
I know that Roboto is multilingual, but I wrote that his font doesn't have it. To use multiple charsets in this font if you are importing from Google Fonts, you must choose the right language package when importing, basically add the
subset=latin-ext
as another parameter to the link (I don't know really know if it is in the latin extended subset)– Jack Ashton
Nov 21 '18 at 12:21
easy to use
googleapis
you can see my answer– לבני מלכה
Nov 21 '18 at 12:32
easy to use
googleapis
you can see my answer– לבני מלכה
Nov 21 '18 at 12:32
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
Well, it wasn't my question tho, and I don't have that problem
– Jack Ashton
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
LOL you right :)
– לבני מלכה
Nov 21 '18 at 12:33
add a comment |
Use fonts from googleapis and it will work
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
add a comment |
Use fonts from googleapis and it will work
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
add a comment |
Use fonts from googleapis and it will work
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
Use fonts from googleapis and it will work
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
body {
font-family: 'Roboto', sans-serif;
font-size: 48px;
font-weight: bold;
}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<p>A.Ş</p>
edited Nov 21 '18 at 12:29
answered Nov 21 '18 at 12:19
לבני מלכה
9,3741726
9,3741726
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
add a comment |
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
thank you , ı solved -> load wrong package roboto
– korkut
Nov 21 '18 at 13:00
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411676%2fwhy-some-thin-character-roboto%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
show your code please
– לבני מלכה
Nov 21 '18 at 12:09
you need to look at the cahracter set of your font - it probably doesn't have the one that appears wrong and therefore a replacement is being used
– Pete
Nov 21 '18 at 12:11
this char exist in turkish languge and it looks like roboto support it:blogarti.com/…
– לבני מלכה
Nov 21 '18 at 12:12
2
@לבנימלכה OP may not have downloaded the turkish package though - they would need to check their charset - it's impossible from the information provided to tell what the problem is
– Pete
Nov 21 '18 at 12:13
2
@לבנימלכה Is OP using googleapi for their fonts though - again we would need to see how OP is adding their font face - they obviously don't have that character otherwise it would render properly
– Pete
Nov 21 '18 at 12:26