How to delete fonts in ubuntu
How to delete fonts in ubuntu. I am a new ubuntu user and find it hard to delete fonts that I have installed.
I anticipate that the problem might be installing font that turns my Firefox browser turned my mail fonts to bold. I experience the same view with firefox and chrome browser. Many of the fonts turned out to be bold.!
fonts
add a comment |
How to delete fonts in ubuntu. I am a new ubuntu user and find it hard to delete fonts that I have installed.
I anticipate that the problem might be installing font that turns my Firefox browser turned my mail fonts to bold. I experience the same view with firefox and chrome browser. Many of the fonts turned out to be bold.!
fonts
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40
add a comment |
How to delete fonts in ubuntu. I am a new ubuntu user and find it hard to delete fonts that I have installed.
I anticipate that the problem might be installing font that turns my Firefox browser turned my mail fonts to bold. I experience the same view with firefox and chrome browser. Many of the fonts turned out to be bold.!
fonts
How to delete fonts in ubuntu. I am a new ubuntu user and find it hard to delete fonts that I have installed.
I anticipate that the problem might be installing font that turns my Firefox browser turned my mail fonts to bold. I experience the same view with firefox and chrome browser. Many of the fonts turned out to be bold.!
fonts
fonts
asked Nov 5 '13 at 0:32
jhenjhen
111113
111113
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40
add a comment |
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40
add a comment |
4 Answers
4
active
oldest
votes
An easy way to do that is using font manager. Just press Ctrl+Alt+
T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install font-manager
Once installed, run the program, highlight the fonts that you don't like, and either disable or remove them. See image below.

15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
add a comment |
You can also delete them manually.
(That can be useful in some cases, for example: if you want to use a program like conky with a thin font like Raleway Thin, but Raleway Regular was also installed, conky may sometime automatically use regular, while font-manager will not be able to tell the difference. So, the idea is to remove regular manually, etc.)
If installed with Font Viewer, they are in ~/.local/share/fonts.
Also look in ~/.fonts.
add a comment |
First, determine the font's name you want to delete, example 'Nimbus Sans L'
Then run the following command in terminal to know where it is:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
In case you don't know the exact font name, just try fc-match -s Nimbus
or fc-list |grep -i nimbus, those commands will give you a hint.
Second, delete what you wanna. Below, for example, should delete style Bold Condensed Italic of 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
After deleting, type this command to update the font cache database:
$ fc-cache -fv
If if doesn't effect, you need to reboot the system by:
$ sudo reboot
add a comment |
Ubuntu 18
Launch a file manager as sugo (e.g. sudo nautilus) and navigate to /usr/share/fonts. Browse through the opentype and especially the truetype directory, and delete fonts you don't want. (If you really dislike the fonts, press Shift+Delete for extra effect :)

After deleting, run this command to update the font cache:
$ fc-cache -fv
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f371213%2fhow-to-delete-fonts-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
An easy way to do that is using font manager. Just press Ctrl+Alt+
T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install font-manager
Once installed, run the program, highlight the fonts that you don't like, and either disable or remove them. See image below.

15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
add a comment |
An easy way to do that is using font manager. Just press Ctrl+Alt+
T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install font-manager
Once installed, run the program, highlight the fonts that you don't like, and either disable or remove them. See image below.

15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
add a comment |
An easy way to do that is using font manager. Just press Ctrl+Alt+
T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install font-manager
Once installed, run the program, highlight the fonts that you don't like, and either disable or remove them. See image below.

An easy way to do that is using font manager. Just press Ctrl+Alt+
T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install font-manager
Once installed, run the program, highlight the fonts that you don't like, and either disable or remove them. See image below.

answered Nov 5 '13 at 7:05
Mitch♦Mitch
83.7k14173228
83.7k14173228
15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
add a comment |
15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
15
15
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
Good choice! But, by default it search for custom fonts only in ~/.fonts, instead in "Preferences" I added also ~/.local/share/fonts, because it's the folder used by install feature of Font Viewer.
– Pisu
Oct 18 '14 at 10:02
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
The current version of Font Manager has a different UI and appears to make it impossible to delete fonts.
– Dan Dascalescu
Jan 8 at 8:55
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
@DanDascalescu Which version of font manager are you referring to?
– Mitch♦
Jan 8 at 10:31
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
As is says in the bug I linked to, 0.7.3-1.1
– Dan Dascalescu
Jan 8 at 11:46
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
@DanDascalescu you may not be able to delete, but I was able to disable a font, and opened LibreOffice writer, and the font was not listed.
– Mitch♦
2 days ago
add a comment |
You can also delete them manually.
(That can be useful in some cases, for example: if you want to use a program like conky with a thin font like Raleway Thin, but Raleway Regular was also installed, conky may sometime automatically use regular, while font-manager will not be able to tell the difference. So, the idea is to remove regular manually, etc.)
If installed with Font Viewer, they are in ~/.local/share/fonts.
Also look in ~/.fonts.
add a comment |
You can also delete them manually.
(That can be useful in some cases, for example: if you want to use a program like conky with a thin font like Raleway Thin, but Raleway Regular was also installed, conky may sometime automatically use regular, while font-manager will not be able to tell the difference. So, the idea is to remove regular manually, etc.)
If installed with Font Viewer, they are in ~/.local/share/fonts.
Also look in ~/.fonts.
add a comment |
You can also delete them manually.
(That can be useful in some cases, for example: if you want to use a program like conky with a thin font like Raleway Thin, but Raleway Regular was also installed, conky may sometime automatically use regular, while font-manager will not be able to tell the difference. So, the idea is to remove regular manually, etc.)
If installed with Font Viewer, they are in ~/.local/share/fonts.
Also look in ~/.fonts.
You can also delete them manually.
(That can be useful in some cases, for example: if you want to use a program like conky with a thin font like Raleway Thin, but Raleway Regular was also installed, conky may sometime automatically use regular, while font-manager will not be able to tell the difference. So, the idea is to remove regular manually, etc.)
If installed with Font Viewer, they are in ~/.local/share/fonts.
Also look in ~/.fonts.
edited Jul 7 '15 at 22:58
answered Jun 12 '15 at 7:52
cipricuscipricus
10.1k46172341
10.1k46172341
add a comment |
add a comment |
First, determine the font's name you want to delete, example 'Nimbus Sans L'
Then run the following command in terminal to know where it is:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
In case you don't know the exact font name, just try fc-match -s Nimbus
or fc-list |grep -i nimbus, those commands will give you a hint.
Second, delete what you wanna. Below, for example, should delete style Bold Condensed Italic of 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
After deleting, type this command to update the font cache database:
$ fc-cache -fv
If if doesn't effect, you need to reboot the system by:
$ sudo reboot
add a comment |
First, determine the font's name you want to delete, example 'Nimbus Sans L'
Then run the following command in terminal to know where it is:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
In case you don't know the exact font name, just try fc-match -s Nimbus
or fc-list |grep -i nimbus, those commands will give you a hint.
Second, delete what you wanna. Below, for example, should delete style Bold Condensed Italic of 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
After deleting, type this command to update the font cache database:
$ fc-cache -fv
If if doesn't effect, you need to reboot the system by:
$ sudo reboot
add a comment |
First, determine the font's name you want to delete, example 'Nimbus Sans L'
Then run the following command in terminal to know where it is:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
In case you don't know the exact font name, just try fc-match -s Nimbus
or fc-list |grep -i nimbus, those commands will give you a hint.
Second, delete what you wanna. Below, for example, should delete style Bold Condensed Italic of 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
After deleting, type this command to update the font cache database:
$ fc-cache -fv
If if doesn't effect, you need to reboot the system by:
$ sudo reboot
First, determine the font's name you want to delete, example 'Nimbus Sans L'
Then run the following command in terminal to know where it is:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
In case you don't know the exact font name, just try fc-match -s Nimbus
or fc-list |grep -i nimbus, those commands will give you a hint.
Second, delete what you wanna. Below, for example, should delete style Bold Condensed Italic of 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
After deleting, type this command to update the font cache database:
$ fc-cache -fv
If if doesn't effect, you need to reboot the system by:
$ sudo reboot
edited Jan 6 '18 at 10:01
answered Aug 12 '16 at 4:49
mjamja
503415
503415
add a comment |
add a comment |
Ubuntu 18
Launch a file manager as sugo (e.g. sudo nautilus) and navigate to /usr/share/fonts. Browse through the opentype and especially the truetype directory, and delete fonts you don't want. (If you really dislike the fonts, press Shift+Delete for extra effect :)

After deleting, run this command to update the font cache:
$ fc-cache -fv
add a comment |
Ubuntu 18
Launch a file manager as sugo (e.g. sudo nautilus) and navigate to /usr/share/fonts. Browse through the opentype and especially the truetype directory, and delete fonts you don't want. (If you really dislike the fonts, press Shift+Delete for extra effect :)

After deleting, run this command to update the font cache:
$ fc-cache -fv
add a comment |
Ubuntu 18
Launch a file manager as sugo (e.g. sudo nautilus) and navigate to /usr/share/fonts. Browse through the opentype and especially the truetype directory, and delete fonts you don't want. (If you really dislike the fonts, press Shift+Delete for extra effect :)

After deleting, run this command to update the font cache:
$ fc-cache -fv
Ubuntu 18
Launch a file manager as sugo (e.g. sudo nautilus) and navigate to /usr/share/fonts. Browse through the opentype and especially the truetype directory, and delete fonts you don't want. (If you really dislike the fonts, press Shift+Delete for extra effect :)

After deleting, run this command to update the font cache:
$ fc-cache -fv
answered Jan 8 at 9:25
Dan DascalescuDan Dascalescu
1,04921636
1,04921636
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f371213%2fhow-to-delete-fonts-in-ubuntu%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
Follow the steps: 1. Go to your home folder 2. Press Ctrl+H or (Menu -> View -> Show Hidden Files) 3. Go to .fonts 4. Delete all Roboto bold fonts 5. Restart your browser 6. How are your eyes feeling now! Done.
– jhen
Nov 5 '13 at 0:40