Add google font Anton similar to Impact
This commit is contained in:
parent
c684832726
commit
468268c049
@ -99,7 +99,7 @@ header
|
|||||||
|
|
||||||
*, *:before, *:after
|
*, *:before, *:after
|
||||||
box-sizing: inherit
|
box-sizing: inherit
|
||||||
font-family: Impact, fantasy
|
font-family: Impact, Anton, fantasy, sans-serif
|
||||||
font-weight: lighter
|
font-weight: lighter
|
||||||
|
|
||||||
li
|
li
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<title>ThirteenTienLen</title>
|
<title>ThirteenTienLen</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
|
||||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user