diff --git a/main/css/common.css b/main/css/common.css index 2aeab98..5f5dcc0 100644 --- a/main/css/common.css +++ b/main/css/common.css @@ -3,6 +3,11 @@ src: url("../fonts/Wenceslas.ttf"); } +@font-face { + font-family: "Noto Sans Symbols"; + src: url("../fonts/NotoSymbolsSmall.woff2") format('woff2'); +} + html { background-color: #21192c; scrollbar-color: #1a1423 #21192c; @@ -28,7 +33,8 @@ a:hover { } a::before { - content: '⛤'; + content: '⛥'; + font-family: "Noto Sans Symbols"; display: inline-block; margin-right: 0.5em; } \ No newline at end of file diff --git a/main/fonts/NotoSymbolsSmall.woff2 b/main/fonts/NotoSymbolsSmall.woff2 new file mode 100644 index 0000000..178f2fe Binary files /dev/null and b/main/fonts/NotoSymbolsSmall.woff2 differ