This commit is contained in:
parent
9f57889873
commit
c995024b80
@ -783,12 +783,11 @@ export default {
|
|||||||
<style >
|
<style >
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lato";
|
font-family: "Lato";
|
||||||
src: url("/fonts/Lato-Regular.eot");
|
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
|
||||||
src: url("/fonts/Lato-Regular.woff") format("woff"),
|
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
font-family: 'Lato' !important;
|
font-family: 'Lato', 'sans-serif' !important;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user