corefonts.sourceforge.netMicrosoft's TrueType core fonts on rpm based systems

corefonts.sourceforge.net Profile

corefonts.sourceforge.net

Maindomain:sourceforge.net

Title:Microsoft's TrueType core fonts on rpm based systems

Description:An easy way to install Microsoft's TrueType core fonts on linux Questions or comments? Contact me at noa@resare.com . Good luck! / noa News 120909 Ouch, that was a few years. Due to the kind contribut

Discover corefonts.sourceforge.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

corefonts.sourceforge.net Information

Website / Domain: corefonts.sourceforge.net
HomePage size:8.039 KB
Page Load Time:0.073405 Seconds
Website IP Address: 216.105.38.10
Isp Server: Internet Express

corefonts.sourceforge.net Ip Information

Ip Country: United States
City Name: San Diego
Latitude: 32.89440536499
Longitude: -117.20095062256

corefonts.sourceforge.net Keywords accounting

Keyword Count

corefonts.sourceforge.net Httpheader

Server: nginx/1.14.0 (Ubuntu)
Date: Wed, 19 Feb 2020 01:19:07 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding, Host, Accept-Encoding
Last-Modified: Sun, 09 Sep 2012 09:38:24 GMT
ETag: W/"1d35-4c9419a340400"
Cache-Control: max-age=600
Expires: Wed, 19 Feb 2020 01:29:07 GMT
X-From: sfp-web-5
Content-Encoding: gzip

corefonts.sourceforge.net Meta Info

216.105.38.10 Domains

Domain WebSite Title

corefonts.sourceforge.net Similar Website

Domain WebSite Title
corefonts.sourceforge.netMicrosoft's TrueType core fonts on rpm based systems
faq.kiranfont.comDownload kiran Fonts - Search Free Fonts
webfonts.fonts.comBrowse new and top web fonts | Fonts.com
typekit.comAdobe Fonts | Explore unlimited fonts
fonts.comFonts.com | Find, Buy & Download Best Fonts
purecorept.comPure Core Personal Training – Reviews of Pure Core
webmail.purecorept.comPure Core Personal Training – Reviews of Pure Core
enterprise.monotype.comMonotype Fonts
new.typography.comFonts by Hoefler&Co.
typography.comFonts by Hoefler&Co.
secure.typography.comFonts by Hoefler&Co.
cufon.shoqolate.comcufón - fonts for the people
catalog.monotype.comFonts for software and hardware solutions
allfont.netdirectory of free fonts that you can download - AllFontnet
fontshop.comFontShop | The world’s best fonts for print, screen and web

corefonts.sourceforge.net Traffic Sources Chart

corefonts.sourceforge.net Alexa Rank History Chart

corefonts.sourceforge.net aleax

corefonts.sourceforge.net Html To Plain Text

An easy way to install Microsoft's TrueType core fonts on linux Questions or comments? Contact me at noa@resare.com . Good luck! / noa News 120909 Ouch, that was a few years. Due to the kind contributions of Deven T. Corzine we now have an updated (and working!) package again. 060430 A long awaited overhaul. Many things are fixed, links updated. Selects a random mirror. Uses tahoma from word 97 viewer instead of the ie6 update so no windows license is needed. 030331 Updated the package to match the new location of the Tahoma cab file on microsoft's download site 021108 Added link to suse adaption of the .spec file 021107 Updated the Tahoma font link, as Microsoft moved their file 021026 Removed the python hack as it rarlely needed anyway. That means that only the spec file is interesting nowdays. Updated misc other things as well. 021026 It seems like this page got linked. First The Register , then that article was linked from slashdot . 020827 A friendly soul over at Microsoft informed me that the Tahoma font was never a part of the "core fonts for the web" initiative and has unclear licensing, so I've removed it 020815 Microsoft pulls their fonts from their site. Fortunately, according to the End User License Agreement and the faq I have the right to redistribute the fonts in unaltered form. This right I intend to exercise. 020409 Installing doesn't work on 1.1-2. Fixed in 1.1-3 020312 Upgrading doesn't work on versions prior to 1.1-2. You will need to remove the old package with 'rpm -e' and than install the new one with 'rpm -i'. 020312 Version 1.1 cabextract is now in a separate package, so no gcc toolchain is needed to follow the instructions The Tahoma font is included Just the fonts The original unaltered .exe files as downloaded from microsoft.com when they were available here If you don't have a rpm based distribution, you can compile the tool to extract the .ttf files from the .exe files, cabextract from source, found here How to install Installing Microsoft's TrueType core fonts for the web on any rpm based linux box with TrueType support is now easy. The instructions below have been tested on various Red Hat and Fedora Core systems, but they are fairly generic so they should apply to any redhat-like linux distribution, such as mandrake or yellowdog. If you are running debian, please have a look here . If you are running suse, please have a look here Make sure you have the following rpm-packages installed from from your favourite distribution. Any version should do. rpm-build wget A package that provides the ttmkfdir utility. For example For Fedora Core and Red Hat Enterprise Linux 4, ttmkfdir For old redhat releases, XFree86-font-utils For mandrake-8.2, freetype-tools Install the cabextract utility. For users of Fedora Core it is available from extras. Others may want to compile it themselves from source , or download the source rpm from fedora extras and rebuild. Download the latest msttcorefonts spec file from here If you haven't done so already, set up an rpm build environment in your home directory. You can to this by adding the line %_topdir %(echo $HOME)/rpmbuild to your $HOME/.rpmmacros and create the directories $HOME/rpmbuild/BUILD and $HOME/rpmbuild/RPMS/noarch Build the binary rpm with this command: $ rpmbuild -bb msttcorefonts-2.5-1.spec This will download the fonts from a Sourcforge mirror (about 8 megs) and repackage them so that they can be easily installed. Install the newly built rpm using the following command (you will need to be root): # rpm -ivh $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm You might need to reload the X font server. Normally this is done as a part of the installation process (this is done by chkfontpath). However in some situations it seems like you need to reload or restart the font server manually. I am told that the last argument needs to be restart and not reload on Mandrake 9.0 # /sbin/service xfs reload A bug in RedHat 8.0 makes the X server lose the connection to the font server if the font server is restarted instead of reloaded. That will cause assorted strange behaviour (changed fonts in newly opened applications, applications hanging). Logging out and logging in again will solve the problems, or just use 'reload' instead of 'restart'. Enjoy your new high quality fonts. To verify that the installation succeeded, please use the command 'xlsfonts | grep ^-microsoft'. You should see a whole lot of microsoft font names there. Please note that you need to restart all programs that you want to make aware of the new fonts. Note also that not all fonts have 'microsoft' in their name, some of them will be from 'monotype' instead. Features Does not distribute Microsoft's fonts in a prohibited way (to the best of my knowledge that is) Doesn't bypass the rpm database like other font install scripts...

corefonts.sourceforge.net Whois

"domain_name": "SOURCEFORGE.NET", "registrar": "TUCOWS, INC.", "whois_server": "whois.tucows.com", "referral_url": null, "updated_date": [ "2019-07-23 03:49:27", "2019-07-23T03:49:27" ], "creation_date": [ "1999-08-08 04:48:02", "1999-08-08T04:48:02" ], "expiration_date": [ "2020-08-08 04:47:54", "2020-08-08T04:47:54" ], "name_servers": [ "NS1.DNSMADEEASY.COM", "NS2.DNSMADEEASY.COM", "NS3.DNSMADEEASY.COM", "NS4.DNSMADEEASY.COM", "ns1.dnsmadeeasy.com", "ns4.dnsmadeeasy.com", "ns3.dnsmadeeasy.com", "ns2.dnsmadeeasy.com" ], "status": [ "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited" ], "emails": "domainabuse@tucows.com", "dnssec": "unsigned", "name": "REDACTED FOR PRIVACY", "org": "REDACTED FOR PRIVACY", "address": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "CA", "zipcode": "REDACTED FOR PRIVACY", "country": "US"