Mehr CI: Fonts und Richtiges Favicon
This commit is contained in:
11
src/App.vue
11
src/App.vue
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user