Move Google Fonts embed to HTML link tag

This commit is contained in:
Rafael Bardini 2020-03-08 13:01:51 +01:00
parent 2fd239edcf
commit 9b2d541bcf
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,7 @@
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title> <title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
<meta name="description" content="{{#resume.basics}}{{summary}}{{/resume.basics}}" /> <meta name="description" content="{{#resume.basics}}{{summary}}{{/resume.basics}}" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <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" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" />
<style> <style>
{{{css}}} {{{css}}}

View File

@ -1,6 +1,3 @@
@import url(
https://fonts.googleapis.com/css?family=Lato:400,700
);
@font-face { @font-face {
font-family: "Octicons"; font-family: "Octicons";
font-style: normal; font-style: normal;