Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
3788717d
Commit
3788717d
authored
May 12, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Lato font
parent
93b71fc2
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
7 additions
and
1 deletion
+7
-1
Lato-Black.ttf
Breeze.UI/src/assets/fonts/Lato-Black.ttf
+0
-0
Lato-BlackItalic.ttf
Breeze.UI/src/assets/fonts/Lato-BlackItalic.ttf
+0
-0
Lato-Bold.ttf
Breeze.UI/src/assets/fonts/Lato-Bold.ttf
+0
-0
Lato-BoldItalic.ttf
Breeze.UI/src/assets/fonts/Lato-BoldItalic.ttf
+0
-0
Lato-Hairline.ttf
Breeze.UI/src/assets/fonts/Lato-Hairline.ttf
+0
-0
Lato-HairlineItalic.ttf
Breeze.UI/src/assets/fonts/Lato-HairlineItalic.ttf
+0
-0
Lato-Italic.ttf
Breeze.UI/src/assets/fonts/Lato-Italic.ttf
+0
-0
Lato-Light.ttf
Breeze.UI/src/assets/fonts/Lato-Light.ttf
+0
-0
Lato-LightItalic.ttf
Breeze.UI/src/assets/fonts/Lato-LightItalic.ttf
+0
-0
Lato-Regular.ttf
Breeze.UI/src/assets/fonts/Lato-Regular.ttf
+0
-0
index.html
Breeze.UI/src/index.html
+1
-0
styles.css
Breeze.UI/src/styles.css
+6
-1
No files found.
Breeze.UI/src/assets/fonts/Lato-Black.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-BlackItalic.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-Bold.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-BoldItalic.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-Hairline.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-HairlineItalic.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-Italic.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-Light.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-LightItalic.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/assets/fonts/Lato-Regular.ttf
0 → 100644
View file @
3788717d
File added
Breeze.UI/src/index.html
View file @
3788717d
...
...
@@ -4,6 +4,7 @@
<meta
charset=
"utf-8"
>
<title>
Breeze
</title>
<base
href=
"./"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato"
rel=
"stylesheet"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
<body>
...
...
Breeze.UI/src/styles.css
View file @
3788717d
/* You can add global styles to this file, and also import other style files */
*
{
font-family
:
"Lato"
;
}
.content-wrapper
{
width
:
100%
;
height
:
100%
;
}
\ No newline at end of file
}
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