SpecialProjectADU / Site

1 stars 0 forks source link

Events Page Italic Font #54

Closed binHarby closed 1 year ago

binHarby commented 1 year ago

eventsPageItalic

It shouldn't be italic, please read the standard

binHarby commented 1 year ago

following your comment on whatsapp @rahaf2201 . Yes you can read the standard. But it looks that its caused by the boot strap dependency links.

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
        integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

delete this and check if it solves the problem

binHarby commented 1 year ago

Also, delete these lines from the body block in Slide.css

font-family: 'Bebas Neue', cursive;
    font-family: 'Comfortaa', cursive; 

Should solve the issue , if you are getting confused

rahaf2201 commented 1 year ago

Fixed! image