added styles with url {{public_url}}
This commit is contained in:
parent
ba250de682
commit
9a5c4eb34a
1 changed files with 31 additions and 0 deletions
|
|
@ -14,6 +14,37 @@
|
|||
return false;
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url("{{public_url}}fonts/OpenSans-Regular.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url("{{public_url}}fonts/OpenSans-Italic.ttf");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url("{{public_url}}fonts/OpenSans-Bold.ttf");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #fff;
|
||||
color: #212121;
|
||||
font-family:"OpenSans", sans-serif, Arial;
|
||||
font-size: 14px;
|
||||
margin:0;
|
||||
background-repeat:no-repeat !important;
|
||||
background-size: contain !important;
|
||||
background-image: url({{public_url}}/images/header-map-1280px.png);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue