Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
system-font-css
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jonathantneal
system-font-css
Commits
f40d7260
Commit
f40d7260
authored
Aug 17, 2016
by
jacob c
Committed by
Jonathan Neal
Feb 2, 2017
Browse files
Options
Downloads
Patches
Plain Diff
Move Segoe UI fonts before Ubuntu
parent
24673bcd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
system-font.css
+8
-8
8 additions, 8 deletions
system-font.css
with
8 additions
and
8 deletions
system-font.css
+
8
−
8
View file @
f40d7260
...
@@ -4,54 +4,54 @@
...
@@ -4,54 +4,54 @@
font-family
:
system
;
font-family
:
system
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
300
;
font-weight
:
300
;
src
:
local
(
".SFNSText-Light"
),
local
(
".HelveticaNeueDeskInterface-Light"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu
Light"
),
local
(
"
Segoe UI
Light"
),
local
(
"Roboto-Light"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
src
:
local
(
".SFNSText-Light"
),
local
(
".HelveticaNeueDeskInterface-Light"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI
Light"
),
local
(
"
Ubuntu
Light"
),
local
(
"Roboto-Light"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
300
;
font-weight
:
300
;
src
:
local
(
".SFNSText-LightItalic"
),
local
(
".HelveticaNeueDeskInterface-Italic"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu
Light Italic"
),
local
(
"
Segoe UI
Light Italic"
),
local
(
"Roboto-LightItalic"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
src
:
local
(
".SFNSText-LightItalic"
),
local
(
".HelveticaNeueDeskInterface-Italic"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI
Light Italic"
),
local
(
"
Ubuntu
Light Italic"
),
local
(
"Roboto-LightItalic"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
400
;
font-weight
:
400
;
src
:
local
(
".SFNSText-Regular"
),
local
(
".HelveticaNeueDeskInterface-Regular"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu
"
),
local
(
"
Segoe UI
"
),
local
(
"Roboto-Regular"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
src
:
local
(
".SFNSText-Regular"
),
local
(
".HelveticaNeueDeskInterface-Regular"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI
"
),
local
(
"
Ubuntu
"
),
local
(
"Roboto-Regular"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
400
;
font-weight
:
400
;
src
:
local
(
".SFNSText-Italic"
),
local
(
".HelveticaNeueDeskInterface-Italic"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu
Italic"
),
local
(
"
Segoe UI
Italic"
),
local
(
"Roboto-Italic"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
src
:
local
(
".SFNSText-Italic"
),
local
(
".HelveticaNeueDeskInterface-Italic"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI
Italic"
),
local
(
"
Ubuntu
Italic"
),
local
(
"Roboto-Italic"
),
local
(
"DroidSans"
),
local
(
"Tahoma"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
500
;
font-weight
:
500
;
src
:
local
(
".SFNSText-Medium"
),
local
(
".HelveticaNeueDeskInterface-MediumP4"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu Medium"
),
local
(
"Segoe UI Semibold
"
),
local
(
"Roboto-Medium"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
src
:
local
(
".SFNSText-Medium"
),
local
(
".HelveticaNeueDeskInterface-MediumP4"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI Semibold"
),
local
(
"Ubuntu Medium
"
),
local
(
"Roboto-Medium"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
500
;
font-weight
:
500
;
src
:
local
(
".SFNSText-MediumItalic"
),
local
(
".HelveticaNeueDeskInterface-MediumItalicP4"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Ubuntu Medium
Italic"
),
local
(
"
Segoe UI Semibold
Italic"
),
local
(
"Roboto-MediumItalic"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
src
:
local
(
".SFNSText-MediumItalic"
),
local
(
".HelveticaNeueDeskInterface-MediumItalicP4"
),
local
(
".LucidaGrandeUI"
),
local
(
"
Segoe UI Semibold
Italic"
),
local
(
"
Ubuntu Medium
Italic"
),
local
(
"Roboto-MediumItalic"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
normal
;
font-style
:
normal
;
font-weight
:
700
;
font-weight
:
700
;
src
:
local
(
".SFNSText-Bold"
),
local
(
".HelveticaNeueDeskInterface-Bold"
),
local
(
".LucidaGrandeUI"
),
local
(
"Ubuntu Bold"
),
local
(
"Roboto-Bold"
),
local
(
"DroidSans-Bold"
),
local
(
"Segoe UI Bold"
),
local
(
"Tahoma Bold"
);
src
:
local
(
".SFNSText-Bold"
),
local
(
".HelveticaNeueDeskInterface-Bold"
),
local
(
".LucidaGrandeUI"
),
local
(
"Segoe UI Bold"
),
local
(
"Ubuntu Bold"
),
local
(
"Roboto-Bold"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
}
}
@font-face
{
@font-face
{
font-family
:
system
;
font-family
:
system
;
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
700
;
font-weight
:
700
;
src
:
local
(
".SFNSText-BoldItalic"
),
local
(
".HelveticaNeueDeskInterface-BoldItalic"
),
local
(
".LucidaGrandeUI"
),
local
(
"Ubuntu Bold Italic"
),
local
(
"Roboto-BoldItalic"
),
local
(
"DroidSans-Bold"
),
local
(
"Segoe UI Bold Italic"
),
local
(
"Tahoma Bold"
);
src
:
local
(
".SFNSText-BoldItalic"
),
local
(
".HelveticaNeueDeskInterface-BoldItalic"
),
local
(
".LucidaGrandeUI"
),
local
(
"Segoe UI Bold Italic"
),
local
(
"Ubuntu Bold Italic"
),
local
(
"Roboto-BoldItalic"
),
local
(
"DroidSans-Bold"
),
local
(
"Tahoma Bold"
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment