Skip to content

Commit

Permalink
Use Nunito Sans from ODS
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 16, 2022
1 parent 980c7e0 commit 1218153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ export default defineComponent({
})
</script>
<style lang="scss">
@font-face {
font-family: Nunito Sans;
src: url('/fonts/nunito.ttf');
}
body {
margin: 0;
font-size: var(--oc-font-size-small);
Expand Down
4 changes: 4 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ const plugins = [
{
src: 'node_modules/owncloud-design-system/dist/system/icons/*',
dest: 'icons'
},
{
src: 'node_modules/owncloud-design-system/dist/system/fonts/*',
dest: 'fonts'
}
],
watch: false
Expand Down

0 comments on commit 1218153

Please sign in to comment.