THW font for title
This commit is contained in:
parent
3d3183c5f1
commit
042f5f6b18
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
<v-container class="d-flex pa-0" fluid fill-height>
|
<v-container class="d-flex pa-0" fluid fill-height>
|
||||||
<div class="d-flex justify-start slim text-left text-no-wrap">LOGO</div>
|
<div class="d-flex justify-start slim text-left text-no-wrap">LOGO</div>
|
||||||
|
|
||||||
<div class="d-flex justify-center text-center mx-auto">TITLE</div>
|
<div class="d-flex justify-center text-center mx-auto thw-font">
|
||||||
|
TITLE
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-end slim text-right text-no-wrap">
|
<div class="d-flex justify-end slim text-right text-no-wrap">
|
||||||
<div class="flex-column">
|
<div class="flex-column">
|
||||||
|
@ -31,4 +33,8 @@ export default class TitleBar extends Vue {}
|
||||||
.slim {
|
.slim {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thw-font {
|
||||||
|
font-family: "Lubalin Graph", "Roboto", sans-serif !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue