Skip to content
Snippets Groups Projects
index.scss 376 B
Newer Older
hanfi's avatar
hanfi committed
@font-face {
  font-family: "Beon";
  src: url("fonts/Beon-Regular_EG.otf") format("opentype");
}

@font-face {
  font-family: "Questrial";
  src: url("fonts/Questrial-Regular.ttf") format("truetype");
}

hanfi's avatar
hanfi committed
#edit.border, #receive.border, #sticker.border, #editor.border {
hanfi's avatar
hanfi committed
  border-width: thick !important;
}
hanfi's avatar
hanfi committed

h1 { font-family: "Beon"; }
.container { font-family: "Questrial"; }