Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Cygnal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phyks
Cygnal
Commits
b3e3f1cc
Commit
b3e3f1cc
authored
Apr 29, 2019
by
Phyks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Roboto font
parent
9a5d408c
Pipeline
#130801
passed with stages
in 3 minutes and 47 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
321 additions
and
0 deletions
+321
-0
homepage/fonts/roboto-v19-latin-regular.eot
homepage/fonts/roboto-v19-latin-regular.eot
+0
-0
homepage/fonts/roboto-v19-latin-regular.svg
homepage/fonts/roboto-v19-latin-regular.svg
+308
-0
homepage/fonts/roboto-v19-latin-regular.ttf
homepage/fonts/roboto-v19-latin-regular.ttf
+0
-0
homepage/fonts/roboto-v19-latin-regular.woff
homepage/fonts/roboto-v19-latin-regular.woff
+0
-0
homepage/fonts/roboto-v19-latin-regular.woff2
homepage/fonts/roboto-v19-latin-regular.woff2
+0
-0
homepage/index.html
homepage/index.html
+13
-0
No files found.
homepage/fonts/roboto-v19-latin-regular.eot
0 → 100644
View file @
b3e3f1cc
File added
homepage/fonts/roboto-v19-latin-regular.svg
0 → 100644
View file @
b3e3f1cc
This diff is collapsed.
Click to expand it.
homepage/fonts/roboto-v19-latin-regular.ttf
0 → 100644
View file @
b3e3f1cc
File added
homepage/fonts/roboto-v19-latin-regular.woff
0 → 100644
View file @
b3e3f1cc
File added
homepage/fonts/roboto-v19-latin-regular.woff2
0 → 100644
View file @
b3e3f1cc
File added
homepage/index.html
View file @
b3e3f1cc
...
...
@@ -19,6 +19,19 @@
<link
rel=
"icon"
type=
"image/png"
sizes=
"32x32"
href=
"./img/favicon-32x32.png"
>
<link
rel=
"shortcut icon"
href=
"./images/icons/favicon.ico"
>
<style
type=
"text/css"
>
@font-face
{
font-family
:
'Roboto'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url('../fonts/roboto-v19-latin-regular.eot')
;
/* IE9 Compat Modes */
src
:
local
(
'Roboto'
),
local
(
'Roboto-Regular'
),
url('../fonts/roboto-v19-latin-regular.eot?#iefix')
format
(
'embedded-opentype'
),
/* IE6-IE8 */
url('../fonts/roboto-v19-latin-regular.woff2')
format
(
'woff2'
),
/* Super Modern Browsers */
url('../fonts/roboto-v19-latin-regular.woff')
format
(
'woff'
),
/* Modern Browsers */
url('../fonts/roboto-v19-latin-regular.ttf')
format
(
'truetype'
),
/* Safari, Android, iOS */
url('../fonts/roboto-v19-latin-regular.svg#Roboto')
format
(
'svg'
);
/* Legacy iOS */
}
body
{
font-family
:
Roboto
;
}
...
...
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