Add google font Anton similar to Impact
This commit is contained in:
parent
54b5a12023
commit
37d2d52b8e
@ -99,7 +99,7 @@ header
|
||||
|
||||
*, *:before, *:after
|
||||
box-sizing: inherit
|
||||
font-family: Impact, fantasy
|
||||
font-family: Impact, Anton, fantasy, sans-serif
|
||||
font-weight: lighter
|
||||
|
||||
li
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<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 %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
<%= csrf_meta_tags %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user