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