- Static HTML hotel website with Bootstrap 5 - i18next-based client-side internationalization - Language switcher (DE/EN) in navbar - German and English translation JSON files - Translated: navigation, content, forms, FAQ, legal pages (AGB) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
47 lines
1.2 KiB
CSS
47 lines
1.2 KiB
CSS
/*
|
|
Flaticon icon font: Flaticon
|
|
Creation date: 24/12/2020 12:48
|
|
*/
|
|
@font-face {
|
|
font-family: "Flaticon";
|
|
src: url("./Flaticon.eot");
|
|
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff2") format("woff2"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal; }
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
@font-face {
|
|
font-family: "Flaticon";
|
|
src: url("./Flaticon.svg#Flaticon") format("svg"); } }
|
|
|
|
.fi:before {
|
|
display: inline-block;
|
|
font-family: "Flaticon";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
line-height: 1;
|
|
text-decoration: inherit;
|
|
text-rendering: optimizeLegibility;
|
|
text-transform: none;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-smoothing: antialiased; }
|
|
|
|
.flaticon-trekking:before {
|
|
content: "\f100"; }
|
|
|
|
.flaticon-map:before {
|
|
content: "\f101"; }
|
|
|
|
.flaticon-suitcase:before {
|
|
content: "\f102"; }
|
|
|
|
.flaticon-island:before {
|
|
content: "\f103"; }
|
|
|
|
.flaticon-around:before {
|
|
content: "\f104"; }
|
|
|
|
.flaticon-plane:before {
|
|
content: "\f105"; }
|