aboutsummaryrefslogtreecommitdiff
path: root/src/components/BahaiStar.vue
blob: 1aa171c357242474935b6326ab42fdf0b07c1de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template><span class="bahaistar">&#x1F7D9;</span></template>

<style scoped>
@font-face {
  font-family: "Noto Sans Symbols 2";
  src: url(https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansSymbols2/full/otf/NotoSansSymbols2-Regular.otf),
       url(../assets/NotoSansSymbols2-Regular.otf),
       local("Noto Sans Symbols 2"),
       local("Noto Sans Symbols2");
}

.bahaistar {
  font-family: "Noto Sans Symbols 2", sans-serif;
}
</style>