Skip to content

Commit a7e893e

Browse files
authored
Merge pull request #218 from NGO-Algorithm-Audit/feature/structural_edits
Feature/structural edits
2 parents d803c8b + a15bcc5 commit a7e893e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

assets/scss/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
background-color: $body-color;
33
overflow-x: hidden;
4-
font-family: AvenirNextProDemi, avenir, sans-serif !important;
4+
font-family: avenir, sans-serif !important;
55
}
66

77
body::-webkit-scrollbar {

assets/scss/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
.ac .ac-trigger {
50-
font-family: AvenirNextProDemi, avenir, sans-serif;
50+
font-family: avenir, sans-serif;
5151
}
5252

5353
.ac .ac-trigger::after {

assets/scss/templates/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ vertical-align: top;
744744
}
745745

746746
li {
747-
font-family: AvenirNextProDemi, avenir, sans-serif;
747+
font-family: avenir, sans-serif;
748748
line-height: 1.7;
749749
}
750750

config/_default/menus.NL.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ url = "/nl/technical-tools/BDT"
6363
icon = "fa-table"
6464
[[main]]
6565
parent = "Technische tools"
66-
name = "AI-verordening Implementatie Tool"
66+
name = "AI-verordening implementatie tool"
6767
url = "nl/technical-tools/implementation-tool"
6868
weight = 4
6969
[[main.params]]

content/nederlands/technical-tools/implementation-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: regular
33
title: AI-verordening implementatie tool
44
subtitle: >
5-
Dynamische vragenlijsten voor identificatie en risiciclassificatie van AI-systemen en _impactvolle algoritmes_.
5+
Dynamische vragenlijsten voor identificatie en risicoclassificatie van AI-systemen en _impactvolle algoritmes_.
66
Vertaling van complexe juridische definities uit de AI-verordening naar begrijpbare taal.
77
De tool is open-source ontwikkeld en kan lokaal kosteloos binnen uw organisatie worden gebruikt.
88

0 commit comments

Comments
 (0)