- /* ホームアイコンをお城にする */
- /* ※@importはカスタムCSS入力フォームの一番上に持って行ってください */
- @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
-
- i.ti.ti-home {
- position: relative;
- }
- i.ti.ti-home::before {
- visibility: hidden;
- }
- i.ti.ti-home::after {
- font-family: 'Material Symbols Outlined' !important;
- font-size: 1.25em;
- content: "\eab1";
- /*
- サーカスのテント → \ea68
- アイスクリーム → \ea69
- その他 → https://fonts.google.com/icons
- */
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }