Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_fdsu_theme_resp
Commits
5a754012
Commit
5a754012
authored
Dec 01, 2021
by
Martin Leblanc
Browse files
ISTWCMS-4546: adding barlow as fallback font using google font api
parent
6d20c8c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
templates/page/html.html.twig
templates/page/html.html.twig
+11
-1
No files found.
templates/page/html.html.twig
View file @
5a754012
...
...
@@ -32,6 +32,13 @@
<!DOCTYPE html>
<html
{{
html_attributes
}}
class=
"no-js"
>
<head>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
/>
<link
rel=
"preload"
as=
"style"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
media=
"print"
onload=
"this.media='all'"
/>
<noscript>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap"
/>
</noscript>
{%
if
not
uw_admin_page
%}
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'
gtm.start
'
:
...
...
@@ -45,7 +52,10 @@
<title>
{{
head_title
|
safe_join
(
' | '
)
}}
</title>
<css-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
<js-placeholder
token=
"
{{
placeholder_token
|
raw
}}
"
>
</head>
<!-- [1] -->
</head>
<body
{{
attributes.addClass
(
body_classes
)
}}
>
{%
if
not
uw_admin_page
%}
<!-- Google Tag Manager (noscript) -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment