added local fonts

This commit is contained in:
2021-10-22 20:46:52 +02:00
parent 45d344170e
commit 31bd026a86
8 changed files with 58 additions and 37 deletions

View File

@@ -21,6 +21,11 @@ export default {
</script>
<style>
@font-face {
font-family: "Obitron";
src: local("Obitron"), url("assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
}
.spacer {
height: 70px;
}