Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
1e46fa83
Commit
1e46fa83
authored
Jan 02, 2020
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try font-swap for faster rendering
parent
116d8dbb
Pipeline
#1990
failed with stages
in 3 minutes and 40 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
css/fonts.googleapis.com.css
css/fonts.googleapis.com.css
+3
-0
public/css/combined.min.css
public/css/combined.min.css
+1
-1
No files found.
css/fonts.googleapis.com.css
View file @
1e46fa83
...
@@ -2,17 +2,20 @@
...
@@ -2,17 +2,20 @@
font-family
:
'Lato'
;
font-family
:
'Lato'
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
300
;
font-weight
:
300
;
font-display
:
swap
;
src
:
local
(
'Lato Light'
),
local
(
'Lato-Light'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf)
format
(
'truetype'
);
src
:
local
(
'Lato Light'
),
local
(
'Lato-Light'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf)
format
(
'truetype'
);
}
}
@font-face
{
@font-face
{
font-family
:
'Lato'
;
font-family
:
'Lato'
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
400
;
font-weight
:
400
;
font-display
:
swap
;
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf)
format
(
'truetype'
);
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf)
format
(
'truetype'
);
}
}
@font-face
{
@font-face
{
font-family
:
'Lato'
;
font-family
:
'Lato'
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
700
;
font-weight
:
700
;
font-display
:
swap
;
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf)
format
(
'truetype'
);
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf)
format
(
'truetype'
);
}
}
public/css/combined.min.css
View file @
1e46fa83
This diff is collapsed.
Click to expand it.
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