Skip to content

Commit

Permalink
perf: replace web font with downloaded version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodorrio committed Oct 21, 2023
1 parent 935ad28 commit 26eb271
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed public/Montserrat-Regular.ttf
Binary file not shown.
Binary file added public/fonts/England.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Banner/Banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {

@font-face {
font-family: neon;
src: url(https://dl.dropbox.com/s/df4zz9y6lmhocr9/England.otf?dl=0)
src: url('/public/fonts/England.otf');
}

#neon {
Expand Down
2 changes: 1 addition & 1 deletion src/views/Course/Modules/Module3/Module3_lesson6.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Module3_lesson6() {
Teneis que entregar el código de los ejercicios finales de los módulos 2 y 3 en dos carpetas comprimidas <b>.zip </b>
con la siguiente nomenclatura: <b>apellidos_nombre_ejercicio_final_2.zip</b> y <b>apellidos_nombre_ejercicio_final_3.zip</b>.
</p>
<p>Posteriormente teneis que entregarlo antes del domingo a las 23:59h al correo <b>pablo.dorrio.vazquez@uvigomotorsoport.com</b> </p>
<p>Posteriormente teneis que entregarlo antes del domingo a las 23:59h al correo <b>deliveries@uvigomotorsport.com</b> </p>

<Button next={false} path={prevPath} />
<Button next={true} path={nextPath} />
Expand Down

0 comments on commit 26eb271

Please sign in to comment.