Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
fb3ac329
Commit
fb3ac329
authored
7 years ago
by
Christoph Wurst
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #4694 from nextcloud/fix_4676
Load proper fonts in guest.css
parents
7bb63d6a
1a8befa4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/guest.css
+24
-0
24 additions, 0 deletions
core/css/guest.css
with
24 additions
and
0 deletions
core/css/guest.css
+
24
−
0
View file @
fb3ac329
...
...
@@ -637,3 +637,27 @@ footer,
height
:
1px
;
overflow
:
hidden
;
}
/* for low-res screens, use Regular font-weight instead of Light */
@media
(
-webkit-max-device-pixel-ratio
:
1.3
),
(
max-resolution
:
124.8dpi
)
{
@font-face
{
font-family
:
'Open Sans'
;
font-style
:
normal
;
font-weight
:
normal
;
src
:
local
(
'Open Sans'
),
local
(
'OpenSans'
),
url('../fonts/OpenSans-Regular.woff')
format
(
'woff'
);
}
}
@font-face
{
font-family
:
'Open Sans'
;
font-style
:
normal
;
font-weight
:
300
;
src
:
local
(
'Open Sans Light'
),
local
(
'OpenSans-Light'
),
url('../fonts/OpenSans-Light.woff')
format
(
'woff'
);
}
@font-face
{
font-family
:
'Open Sans'
;
font-style
:
normal
;
font-weight
:
600
;
src
:
local
(
'Open Sans Semibold'
),
local
(
'OpenSans-Semibold'
),
url('../fonts/OpenSans-Semibold.woff')
format
(
'woff'
);
}
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
register
or
sign in
to comment