new company

This commit is contained in:
Norm Rasmussen
2022-02-28 14:43:50 -05:00
parent ec57068f6c
commit e004d03fb3
3 changed files with 23 additions and 14 deletions

View File

@ -0,0 +1,6 @@
{% styles default %}
{% styles colors %}
{% styles custom %}
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
</style>

View File

@ -0,0 +1,7 @@
@font-face {
font-family: 'Lato' !important;
src: url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
}
body, html, div {
font-family: 'Lato' !important;
}