Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Kulya
OpnSense
Commits
4504c744
Commit
4504c744
authored
Aug 22, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #335 from cbasolutions/master
Work on replace remaining legacy theme instances #303
parents
db5faebf
b3ee4fb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
main.scss
...opnsense/www/themes/opnsense/assets/stylesheets/main.scss
+6
-6
main.css
src/opnsense/www/themes/opnsense/build/css/main.css
+3
-3
main.scss
src/www/themes/opnsense/assets/stylesheets/main.scss
+6
-6
No files found.
src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
View file @
4504c744
...
...
@@ -15,20 +15,20 @@ $zindex: (
@font-face
{
font-family
:
'SourceSansProBold'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'SourceSansProSemibold'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'SourceSansProRegular'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf')
format
(
'truetype'
);
}
// Core variables and mixins
...
...
src/opnsense/www/themes/opnsense/build/css/main.css
View file @
4504c744
@charset
"UTF-8"
;
@font-face
{
font-family
:
'SourceSansProBold'
;
src
:
url("/
themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff")
format
(
"woff"
),
url("
/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf")
format
(
"truetype"
);
}
src
:
url("/
ui/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff")
format
(
"woff"
),
url("/ui
/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf")
format
(
"truetype"
);
}
@font-face
{
font-family
:
'SourceSansProSemibold'
;
src
:
url("/
themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff")
format
(
"woff"
),
url("
/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf")
format
(
"truetype"
);
}
src
:
url("/
ui/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff")
format
(
"woff"
),
url("/ui
/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf")
format
(
"truetype"
);
}
@font-face
{
font-family
:
'SourceSansProRegular'
;
src
:
url("/
themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff")
format
(
"woff"
),
url("
/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf")
format
(
"truetype"
);
}
src
:
url("/
ui/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff")
format
(
"woff"
),
url("/ui
/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf")
format
(
"truetype"
);
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html
{
font-family
:
sans-serif
;
...
...
src/www/themes/opnsense/assets/stylesheets/main.scss
View file @
4504c744
...
...
@@ -15,20 +15,20 @@ $zindex: (
@font-face
{
font-family
:
'SourceSansProBold'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'SourceSansProSemibold'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Semibold/SourceSansPro-Semibold.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'SourceSansProRegular'
;
src
:
url('/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff')
format
(
'woff'
)
,
url('/themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf')
format
(
'truetype'
);
src
:
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff')
format
(
'woff'
)
,
url('/
ui/
themes/opnsense/build/fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf')
format
(
'truetype'
);
}
// Core variables and mixins
...
...
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