Verweis zu Google Fonts entfernt, Font in CSS aufgenommen
| | |
| | | <meta charset="UTF-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <meta name="apple-mobile-web-app-capable" content="yes" /> |
| | | <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet"> |
| | | <link rel="stylesheet" type="text/css" href="stile.css"> |
| | | </head> |
| | | <body> |
| | |
| | | transition-delay: 0.075s; |
| | | } |
| | | |
| | | @font-face { |
| | | font-family: 'Roboto Condensed'; |
| | | src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |
| | | |
| | | /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */ |
| | | |
| | | @font-face { |