GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Someone asked about fonts recently.... (https://gfy.com/showthread.php?t=1092639)

bns666 12-12-2012 01:12 PM

Someone asked about fonts recently....
 
Here is a nice selection:

http://designmodo.com/free-fonts-2012/

_Richard_ 12-12-2012 01:38 PM

thank you sir!

fris 12-12-2012 01:40 PM

Also if you want to list all fonts on your system, here is a quick powershell hack.

Code:

# get list of installed fonts on windows vista,7,8

$items = Get-ItemProperty "HKLM:\software\Microsoft\Windows NT\CurrentVersion\Fonts" | Get-Member -MemberType NoteProperty

foreach ($item in $items) {
        $item.Name -match '([^\(]+)(\(.*\))' | Out-Null
        $name = $matches[1]
        Write-Host $name
}


Phoenix 12-12-2012 02:35 PM

Quote:

Originally Posted by fris (Post 19366284)
Also if you want to list all fonts on your system, here is a quick powershell hack.

Code:

# get list of installed fonts on windows vista,7,8

$items = Get-ItemProperty "HKLM:\software\Microsoft\Windows NT\CurrentVersion\Fonts" | Get-Member -MemberType NoteProperty

foreach ($item in $items) {
        $item.Name -match '([^\(]+)(\(.*\))' | Out-Null
        $name = $matches[1]
        Write-Host $name
}



got one where we can see what is on a surfers system? :)

Shoplifter 12-12-2012 02:44 PM

Nice find a few good ones there.

bns666 12-19-2012 05:16 PM

also some nice fonts here: http://www.letterheadfonts.com/

JamesM 12-19-2012 10:51 PM

thanks , some nice fonts in there.

Theo 12-20-2012 12:36 AM

Some pretty awesome


All times are GMT -7. The time now is 04:41 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123