Skip to content

Commit

Permalink
Merge pull request #129 from VernissageApp/bugfix/limit-fonts-size
Browse files Browse the repository at this point in the history
Limit font size files
  • Loading branch information
mczachurski authored Oct 11, 2024
2 parents de6db4e + ba0e740 commit 5e94dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fleur+De+Leah&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=account_box,account_circle,alternate_email,arrow_back,arrow_back_ios,arrow_drop_down,arrow_forward_ios,arrow_upward,bookmark,brightness_7,bug_report,build,camera,camera_alt,camera_roll,cancel,chat_bubble,check,check_circle,communities,delete,dns,edit,email,error,exit_to_app,experiment,explore,export_notes,face,feedback,fiber_new,file_copy,grade,groups,hide_image,home,https,hub,info,insert_photo,key,license,local_police,loyalty,menu,more_vert,notifications_none,pan_tool,people,person,person_add,person_cancel,person_check,person_outline,place,public,public_off,radio_button_checked,radio_button_unchecked,record_voice_over,remove_red_eye,reply,report,report_problem,rocket,rocket_launch,scanner,search,sentiment_very_dissatisfied,settings,settings_applications,settings_backup_restore,settings_photo_camera,smart_toy,star,star_border,stars,swap_vertical_circle,sync,tag,timeline,trending_up,unpublished,visibility,visibility_off,voice_over_off,warning&display=block" rel="stylesheet"/>

<style type="text/css">
body,
Expand Down

0 comments on commit 5e94dc4

Please sign in to comment.