Move Google Fonts embed to HTML link tag
This commit is contained in:
parent
2fd239edcf
commit
9b2d541bcf
|
@ -5,6 +5,7 @@
|
|||
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
|
||||
<meta name="description" content="{{#resume.basics}}{{summary}}{{/resume.basics}}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" />
|
||||
<style>
|
||||
{{{css}}}
|
||||
|
|
Loading…
Reference in New Issue