Na tej stronie można pobrać StateFace czcionek w wersji Version 1.025;PS 001.025;hotconv 1.0.56;makeotf.lib2.0.21325, które należą do rodziny StateFace (Regular odwzorowanie). Producentem czcionki jest USGS. Projektant - ProPublica (w celu korespondencji, należy skorzystać z następującego adresu: http://www.github.com/propublica/stateface/). pobierz StateFace fza darmo na pl.GetFonts.net. Ta czcionka należy do następujących kategorii: ornaments. Rozmiar czcionki - tylko 23 Kb
Rodzina | StateFace |
Odwzorowanie | Regular |
Ident | 1.025;UKWN;StateFace-Regular |
Pełna nazwa | StateFace |
Wersja | Version 1.025;PS 001.025;hotconv 1.0.56;makeotf.lib2.0.21325 |
Nazwa PostScript | StateFace-Regular |
Producent | USGS |
Rozmiar | 23 Kb |
Projektant | ProPublica |
Adres URL projektanta | http://www.github.com/propublica/stateface/ |
Opis licencji | Copyright (c) 2012, ProPublica Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Można użyć czcionki StateFace na swojej stronie bez konieczności jej pobierania z naszego serwera. W tym celu należy postępować zgodnie z instrukcjami poniżej:
Wybierz najbardziej odpowiednią opcję, aby zainstalować czcionkę i dodaj ten kod na swojej stronie (wklej go bezpośrednio po znaczniku otwierającym <head>):
<link href="https://pl.getfonts.net/allfont.css?fonts=stateface" rel="stylesheet" type="text/css" />
@import url(https://pl.getfonts.net/allfont.css?fonts=stateface);
Aktywuj czcionkę dla tekstu w CSS:
font-family: 'StateFace', arial;
Przykładowy kod źródłowy:
<html> <head> <link href="https://pl.getfonts.net/allfont.css?fonts=stateface" rel="stylesheet" type="text/css" /> <style>body {font-family : 'StateFace', arial;font-size : 48px;text-shadow : 4px 4px 4px #aaa; } </style> </head> <body> <div>Making the Web Beautiful with StateFace!</div> </body> </html>
Wyniki:
Można zastosować różne style i CSS, korzystając z naszej biblioteki efektów, w celu uzyskania atrakcyjnego i spersonalizowanego wyglądu strony.