Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link rel="stylesheet" href="/css/sintax.css?_={{ site.time | date: '%s' }}">

<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;amp;subset=latin,latin-ext">
<link rel="stylesheet" href="/css/langs/{{ page.lang }}.css">

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url("../fonts/open-sans/fonts.css");
Comment thread
ShubhamOulkar marked this conversation as resolved.
Outdated
Comment thread
ShubhamOulkar marked this conversation as resolved.
Outdated

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
Expand Down
19 changes: 19 additions & 0 deletions fonts/open-sans/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@font-face {
font-family: "Open Sans";
Comment thread
ShubhamOulkar marked this conversation as resolved.
font-style: normal;
font-weight: 100 700;
font-display: swap;
src: local("Open Sans"),
url("./woff2/OpenSans.woff2") format("woff2"),
Comment thread
ShubhamOulkar marked this conversation as resolved.
url("./woff/OpenSans.woff") format("woff"),
}

@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 100 700;
font-display: swap;
src: local("Open Sans"),
url("./woff2/OpenSans-Italic.woff2") format("woff2"),
url("./woff/OpenSans-Italic.woff") format("woff"),
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading