fix pdf lang issue

This commit is contained in:
raishvaria
2019-12-12 14:20:31 +05:30
parent a6896eaa01
commit 79e77f9e16
6 changed files with 41 additions and 34 deletions

View File

@ -3,9 +3,11 @@
<head>
<title>Estimate</title>
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
body {
font-family: 'Roboto', sans-serif;
font-family: "DejaVu Sans";
}
html {
@ -58,13 +60,13 @@
margin-left:160px;
}
.header {
font-family: 'Roboto', sans-serif;
font-family: "DejaVu Sans";
font-size: 20px;
color: rgba(0, 0, 0, 0.7);
}
.TextColor1 {
font-family: 'Roboto', sans-serif;
font-family: "DejaVu Sans";
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
}
@ -339,7 +341,7 @@
}
.notes {
font-family: 'Roboto', sans-serif;
font-family: "DejaVu Sans";
font-style: normal;
font-weight: 300;
font-size: 12px;
@ -352,7 +354,7 @@
}
.notes-label {
font-family: 'Roboto', sans-serif;
font-family: "DejaVu Sans";
font-style: normal;
font-weight: normal;
font-size: 15px;