File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717< link rel ="stylesheet " href ="{{ '/assets/css/main.css' | relative_url }} ">
1818< link rel ="preload " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
1919< noscript > < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css "> </ noscript >
20+ <!-- Google Fonts -->
21+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
22+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
23+ < link href ="https://fonts.googleapis.com/css2?family=Cardo&display=swap " rel ="stylesheet ">
2024
2125{% if site.head_scripts %}
2226 {% for script in site.head_scripts %}
Original file line number Diff line number Diff line change 66 Typography
77 ========================================================================== */
88
9- // Importing Cardo from Google Fonts or another source
10- @import url (' https://fonts.googleapis.com/css2?family=Cardo&display=swap' );
9+ // Cardo font is loaded via a <link> tag in the site head
1110
1211$doc-font-size : 16 !default ;
1312
You can’t perform that action at this time.
0 commit comments