Mehr CI: Fonts und Richtiges Favicon

This commit is contained in:
scammo
2021-04-27 11:15:19 +02:00
parent a3010a8e6d
commit 74a71b5d4a
74 changed files with 12 additions and 3 deletions

View File

@ -54,7 +54,7 @@
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
Bankverbindung:
<table class="table table-striped">
<table class="table table-striped mt-2">
<tr class="no-print">
<td>Kontoinhaberin:</td>
<td>WTF Kooperative</td>
@ -760,6 +760,15 @@ export default {
};
</script>
<style >
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-Regular.eot");
src: url("/fonts/Lato-Regular.woff") format("woff"),
}
body{
font-family: 'Lato' !important;
}
h1 {
font-size: 2rem !important;
}