Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
6aeb7fed
Commit
6aeb7fed
authored
Nov 25, 2020
by
Matt Glorion
Browse files
[FIX] replace google fonts w/ self-hosted
parent
34a593b7
Changes
2
Show whitespace changes
Inline
Side-by-side
front/public/stylesheets/style.css
View file @
6aeb7fed
@font-face
{
@font-face
{
font-family
:
Roboto
;
font-family
:
'Roboto'
;
src
:
url("https://fonts.googleapis.com/css2?family=Roboto")
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url('/assets/font/roboto.woff2')
format
(
'woff2'
);
unicode-range
:
U
+
0400-045
F
,
U
+
0490-0491
,
U
+
04
B0-04B1
,
U
+
2116
;
}
}
*
{
*
{
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
font-family
:
Roboto
;
font-family
:
Roboto
,
Arial
;
}
}
html
{
html
{
height
:
100%
height
:
100%
...
...
front/src/assets/font/roboto.woff2
0 → 100644
View file @
6aeb7fed
File added
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