Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Original geschrieben von braindad
kannste per css einbinden.
PHP:@font-face { font-family: "Dauphin"; src: local("Dauphin"), url("http://site/fonts/dauphin.ttf") format("TrueType") }
>>source<<
@font-face
{
font-family: "Dauphin";
src: local("Dauphin"),
url("http://site/fonts/dauphin.ttf")
format("TrueType")
}
<link rel="stylesheet" href="style.css" type="text/css">
Original geschrieben von THE REAL TOOLKIT
style.css
PHP:@font-face { font-family: "Dauphin"; src: local("Dauphin"), url("http://site/fonts/dauphin.ttf") format("TrueType") }
seite.html
PHP:<link rel="stylesheet" href="style.css" type="text/css">