Skip to content

Commit 38e4127

Browse files
committed
Removed DuckDB-Symbol font
1 parent 76f5859 commit 38e4127

6 files changed

Lines changed: 9 additions & 36 deletions

File tree

_includes/menu_secondary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% if myurl == 'https' or myurl == 'http:' %}
1515
<div class="external"><a href="{{ mainentry.url }}" target="_blank" class="{{ mainentry.page | downcase }}">{{ mainentry.page }} {% if mainentry.page == 'GitHub' and site.star_count %} <span class="starcount">{{ site.star_count }}</span>{% endif %}</a></div>
1616
{% else %}
17-
<div><a href="{{ mainentry.url | replace: '/docs', archive_url_slug }}">{{ mainentry.page }}</a></div>
17+
<div><a href="{{ mainentry.url | replace: '/docs', archive_url_slug }}">{{ mainentry.page }}</a>{% if mainentry.subfolderitems[0] %}<svg class="icon chevron-down"><use href="#chevron-down"></use></svg>{% endif %}</div>
1818
{% endif %}
1919
{% else %}<a href="{{ mainentry.url }}">{{ mainentry.page }}</a>{% endif %}
2020
{% if mainentry.subfolderitems[0] %}</div>{% endif %}

_sass/abstracts/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
transition: color .3s;
293293
span::after{
294294
content: "";
295-
font-family: "DuckDB-Symbol";
295+
font-family: "SuisseIntl";
296296
margin-left: 6px;
297297
-webkit-transition: -webkit-transform .3s;
298298
transition: -webkit-transform .3s;

_sass/base/_base.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -156,21 +156,6 @@ main .wrap{
156156
}
157157
}
158158

159-
body.landing label.onlymobile,
160-
body.installation div.environment.select label.onlymobile{
161-
position: relative;
162-
&::after{
163-
content: "\E010";
164-
font-family: "DuckDB-Symbol";
165-
right: 10px;
166-
top: 4px;
167-
padding: 0 0 2px;
168-
position: absolute;
169-
pointer-events: none;
170-
font-size: 20px;
171-
color: white;
172-
}
173-
}
174159
.environmentselect{
175160
width: 100%;
176161
/*border: 1px solid #b8b8b8;*/

_sass/base/_fonts.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
font-display: swap;
5151
}
5252

53-
@font-face {
54-
font-family: "DuckDB-Symbol";
55-
src: url("webfont/DuckDB-Symbol.woff2") format("woff2"), url("webfont/DuckDB-Symbol.woff") format("woff");
56-
}
57-
5853
@font-face {
5954
font-family: "JetBrainsMono-Regular";
6055
src: url("webfont/JetBrainsMono/woff2/JetBrainsMono-Regular.woff2") format("woff2"), url("webfont/JetBrainsMono/woff/JetBrainsMonoNL-Regular.woff") format("woff");

_sass/layout/_header.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,17 @@ header .headerline {
134134
.hasSub {
135135
cursor: pointer;
136136

137-
a::after {
138-
content: "\E010";
139-
font-family: "DuckDB-Symbol";
137+
.chevron-down {
138+
width: 16px;
139+
height: 16px;
140140
margin-left: 3px;
141+
vertical-align: middle;
142+
stroke-width: 2;
143+
fill: none;
141144
}
142145

143146
&:hover {
144-
color: $duckDByellow;
147+
color: var(--menu-topmenu-text-color-hover, #6A58DA);
145148

146149
&+.submenuwrap,
147150
&+.submenuwrap:hover {

_sass/pages/_foundation.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
-webkit-transition: background-color .3s;
1616
-o-transition: background-color .3s;
1717
transition: background-color .3s;
18-
/*span::after{
19-
content: "→";
20-
font-family: "DuckDB-Symbol";
21-
margin-left: 4px;
22-
transition: transform .3s;
23-
position: absolute;
24-
}
25-
&:hover span::after{
26-
transform: translateX(3px);
27-
}*/
2818
}
2919

3020

0 commit comments

Comments
 (0)