Can I use the LastResort font in a web page?Can you help me cure font outlines (as opposed to the font...

How can I differentiate duration vs starting time

What if you do not believe in the project benefits?

Is Screenshot Time-tracking Common?

Coworker is trying to get me to sign his petition to run for office. How to decline politely?

How can changes in personality/values of a person who turned into a vampire be explained?

Can a Hydra make multiple opportunity attacks at once?

Empty optional argument or Not giving optional argument at all?

How do I avoid the "chosen hero" feeling?

How can a kingdom keep the secret of a missing monarch from the public?

Badly designed reimbursement form. What does that say about the company?

How bad is a Computer Science course that doesn't teach Design Patterns?

How to achieve physical gender equality?

Does the Holy Ark weigh 4 tons?

Exploding Numbers

How can I portray body horror and still be sensitive to people with disabilities?

How can guns be countered by melee combat without raw-ability or exceptional explanations?

Sauna: Wood does not feel so hot

How to play songs that contain one guitar when we have two or more guitarists?

How to modify 'inter arma enim silent leges' to mean 'in a time of crisis, the law falls silent'?

STM32 PWM problem

Why do we divide Permutations to get to Combinations?

Is corrosion inhibitor paste conductive?

Do error bars on probabilities have any meaning?

Why is airport car rental so cheap



Can I use the LastResort font in a web page?


Can you help me cure font outlines (as opposed to the font itself) showing up in webpages?Can the default font size for “Email this Page” text be changed in Mountain Lion?How does the OS X font fallback system work?Can I change the font systemwide (10.8.3)How to use font installed without rebooting the system?How can I add a font to the Font Book Web CollectionCan I use or access the San Francisco font that comes with El Capitan?How can I switch Chrome to display web pages with the San Francisco font in El Capitan?May use the San Francisco font for my web apps?How to PRINT web page in larger font type?













1















I've read that Apple has a hidden system font, called "Last Resort", that's used as a last ditch effort to show a unicode character in some cases.



I'd like to use this font in a web page, to debug unicode issues. Is this possible?



I've tried using:



font-family: "LastResort"


in CSS, but it didnt seem to work. Any suggestions?



EDIT: Note I originally put the attribute "font-face", which I've changed to "font-family", and have been using in my local tests.










share|improve this question

























  • 1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

    – JBis
    4 hours ago











  • Ok it does exist. /System/Library/Fonts

    – JBis
    4 hours ago
















1















I've read that Apple has a hidden system font, called "Last Resort", that's used as a last ditch effort to show a unicode character in some cases.



I'd like to use this font in a web page, to debug unicode issues. Is this possible?



I've tried using:



font-family: "LastResort"


in CSS, but it didnt seem to work. Any suggestions?



EDIT: Note I originally put the attribute "font-face", which I've changed to "font-family", and have been using in my local tests.










share|improve this question

























  • 1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

    – JBis
    4 hours ago











  • Ok it does exist. /System/Library/Fonts

    – JBis
    4 hours ago














1












1








1








I've read that Apple has a hidden system font, called "Last Resort", that's used as a last ditch effort to show a unicode character in some cases.



I'd like to use this font in a web page, to debug unicode issues. Is this possible?



I've tried using:



font-family: "LastResort"


in CSS, but it didnt seem to work. Any suggestions?



EDIT: Note I originally put the attribute "font-face", which I've changed to "font-family", and have been using in my local tests.










share|improve this question
















I've read that Apple has a hidden system font, called "Last Resort", that's used as a last ditch effort to show a unicode character in some cases.



I'd like to use this font in a web page, to debug unicode issues. Is this possible?



I've tried using:



font-family: "LastResort"


in CSS, but it didnt seem to work. Any suggestions?



EDIT: Note I originally put the attribute "font-face", which I've changed to "font-family", and have been using in my local tests.







font






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago







Brad Parks

















asked 4 hours ago









Brad ParksBrad Parks

1,2841115




1,2841115













  • 1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

    – JBis
    4 hours ago











  • Ok it does exist. /System/Library/Fonts

    – JBis
    4 hours ago



















  • 1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

    – JBis
    4 hours ago











  • Ok it does exist. /System/Library/Fonts

    – JBis
    4 hours ago

















1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

– JBis
4 hours ago





1. Please provide a source for macOS having the font. 2. Just because macOS has it doesn't mean Safari can access it and therefore the developer can access it through CSS. 3. This seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking your about original issue on stack overflow.

– JBis
4 hours ago













Ok it does exist. /System/Library/Fonts

– JBis
4 hours ago





Ok it does exist. /System/Library/Fonts

– JBis
4 hours ago










2 Answers
2






active

oldest

votes


















2














Use the following instead:



font-family: 'LastResort';


However, this seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking about your original issue on Stack Overflow.





Note: font-face is not a valid CSS property. It is an at-rule. The correct property is font-family.






share|improve this answer


























  • @TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

    – JBis
    4 hours ago













  • thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

    – Brad Parks
    3 hours ago













  • @BradParks the font-family does work on my system is it not working on yours?

    – JBis
    3 hours ago











  • I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

    – Brad Parks
    3 hours ago






  • 1





    @BradParks Glad I could help.

    – JBis
    3 hours ago



















2














I suggest you use a different font which has the actual numbers of the characters and not just symbols like Last Resort. Here is one, but it does not cover higher ranges of Unicode where many emoji are. Another which seems to cover more characters is GNU Unifont.






share|improve this answer


























  • +1 Great find. Def better than last resort.

    – JBis
    4 hours ago











  • I've found another font called Unifont which seems good for this purpose as well. More details here

    – Brad Parks
    3 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f352041%2fcan-i-use-the-lastresort-font-in-a-web-page%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









2














Use the following instead:



font-family: 'LastResort';


However, this seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking about your original issue on Stack Overflow.





Note: font-face is not a valid CSS property. It is an at-rule. The correct property is font-family.






share|improve this answer


























  • @TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

    – JBis
    4 hours ago













  • thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

    – Brad Parks
    3 hours ago













  • @BradParks the font-family does work on my system is it not working on yours?

    – JBis
    3 hours ago











  • I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

    – Brad Parks
    3 hours ago






  • 1





    @BradParks Glad I could help.

    – JBis
    3 hours ago
















2














Use the following instead:



font-family: 'LastResort';


However, this seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking about your original issue on Stack Overflow.





Note: font-face is not a valid CSS property. It is an at-rule. The correct property is font-family.






share|improve this answer


























  • @TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

    – JBis
    4 hours ago













  • thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

    – Brad Parks
    3 hours ago













  • @BradParks the font-family does work on my system is it not working on yours?

    – JBis
    3 hours ago











  • I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

    – Brad Parks
    3 hours ago






  • 1





    @BradParks Glad I could help.

    – JBis
    3 hours ago














2












2








2







Use the following instead:



font-family: 'LastResort';


However, this seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking about your original issue on Stack Overflow.





Note: font-face is not a valid CSS property. It is an at-rule. The correct property is font-family.






share|improve this answer















Use the following instead:



font-family: 'LastResort';


However, this seems like an XY Problem. If you are having trouble with Unicode characters while developing for the web, I would suggest asking about your original issue on Stack Overflow.





Note: font-face is not a valid CSS property. It is an at-rule. The correct property is font-family.







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered 4 hours ago









JBisJBis

5,72131450




5,72131450













  • @TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

    – JBis
    4 hours ago













  • thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

    – Brad Parks
    3 hours ago













  • @BradParks the font-family does work on my system is it not working on yours?

    – JBis
    3 hours ago











  • I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

    – Brad Parks
    3 hours ago






  • 1





    @BradParks Glad I could help.

    – JBis
    3 hours ago



















  • @TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

    – JBis
    4 hours ago













  • thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

    – Brad Parks
    3 hours ago













  • @BradParks the font-family does work on my system is it not working on yours?

    – JBis
    3 hours ago











  • I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

    – Brad Parks
    3 hours ago






  • 1





    @BradParks Glad I could help.

    – JBis
    3 hours ago

















@TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

– JBis
4 hours ago







@TomGewecke lol. Please read my answer again I would suggest asking your about original issue. Not this issue, but whatever he is trying to debug. Which would be a code related problem, which is why I suggested SO. Also my answer actually answers the question so idk why its -1.

– JBis
4 hours ago















thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

– Brad Parks
3 hours ago







thanks for the feedback @JBis - it's a data issue - me wanting to see backspace, tab, and other non printable characters visually in a web page, when they've been input from user data. And I meant font-family, and just mistyped it above... thanks!

– Brad Parks
3 hours ago















@BradParks the font-family does work on my system is it not working on yours?

– JBis
3 hours ago





@BradParks the font-family does work on my system is it not working on yours?

– JBis
3 hours ago













I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

– Brad Parks
3 hours ago





I tried again, and it did.... I'm not sure what I was missing before... I must've mistyped something, but I actually can still see it there in my history exactly as you typed it. Maybe I forgot to "save" ? Thanks for the help!

– Brad Parks
3 hours ago




1




1





@BradParks Glad I could help.

– JBis
3 hours ago





@BradParks Glad I could help.

– JBis
3 hours ago













2














I suggest you use a different font which has the actual numbers of the characters and not just symbols like Last Resort. Here is one, but it does not cover higher ranges of Unicode where many emoji are. Another which seems to cover more characters is GNU Unifont.






share|improve this answer


























  • +1 Great find. Def better than last resort.

    – JBis
    4 hours ago











  • I've found another font called Unifont which seems good for this purpose as well. More details here

    – Brad Parks
    3 hours ago
















2














I suggest you use a different font which has the actual numbers of the characters and not just symbols like Last Resort. Here is one, but it does not cover higher ranges of Unicode where many emoji are. Another which seems to cover more characters is GNU Unifont.






share|improve this answer


























  • +1 Great find. Def better than last resort.

    – JBis
    4 hours ago











  • I've found another font called Unifont which seems good for this purpose as well. More details here

    – Brad Parks
    3 hours ago














2












2








2







I suggest you use a different font which has the actual numbers of the characters and not just symbols like Last Resort. Here is one, but it does not cover higher ranges of Unicode where many emoji are. Another which seems to cover more characters is GNU Unifont.






share|improve this answer















I suggest you use a different font which has the actual numbers of the characters and not just symbols like Last Resort. Here is one, but it does not cover higher ranges of Unicode where many emoji are. Another which seems to cover more characters is GNU Unifont.







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered 4 hours ago









Tom GeweckeTom Gewecke

11.4k31933




11.4k31933













  • +1 Great find. Def better than last resort.

    – JBis
    4 hours ago











  • I've found another font called Unifont which seems good for this purpose as well. More details here

    – Brad Parks
    3 hours ago



















  • +1 Great find. Def better than last resort.

    – JBis
    4 hours ago











  • I've found another font called Unifont which seems good for this purpose as well. More details here

    – Brad Parks
    3 hours ago

















+1 Great find. Def better than last resort.

– JBis
4 hours ago





+1 Great find. Def better than last resort.

– JBis
4 hours ago













I've found another font called Unifont which seems good for this purpose as well. More details here

– Brad Parks
3 hours ago





I've found another font called Unifont which seems good for this purpose as well. More details here

– Brad Parks
3 hours ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Different!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f352041%2fcan-i-use-the-lastresort-font-in-a-web-page%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

Always On Availability groups resolving state after failover - Remote harden of transaction...

Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...